mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 02:43:35 +08:00
21 lines
345 B
SCSS
21 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;
|
|
}
|
|
}
|