mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-12 19:36:54 +01:00
17 lines
299 B
SCSS
17 lines
299 B
SCSS
.component_appframe {
|
|
text-align: center;
|
|
background: #525659;
|
|
width: 100%;
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
.error {
|
|
color: white;
|
|
font-size: 17px;
|
|
margin-top: 10px;
|
|
font-family: monospace;
|
|
}
|
|
}
|