filestash/client/pages/viewerpage/appframe.scss
2023-04-24 23:29:00 +10:00

20 lines
345 B
SCSS

body:not(.dark-mode) .component_appframe {
background: #525659;
}
.component_appframe {
text-align: center;
width: 100%;
iframe {
width: 100%;
height: 100%;
border: none;
}
.error {
color: white;
font-size: 17px;
margin-top: 10px;
font-family: monospace;
}
}