mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 12:55:41 +01:00
20 lines
345 B
SCSS
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;
|
|
}
|
|
}
|