mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
29 lines
455 B
SCSS
29 lines
455 B
SCSS
.sc-webview {
|
|
border: 0 !important;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.sc-webview iframe {
|
|
width: 100%;
|
|
height: calc(100% - 35px);
|
|
}
|
|
.sc-webview--footer {
|
|
width: 100%;
|
|
height: 35px;
|
|
text-align: center;
|
|
display: table;
|
|
}
|
|
.sc-webview--button {
|
|
cursor: pointer;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.sc-webview--button img {
|
|
vertical-align: middle;
|
|
}
|