mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-03 13:11:46 +08:00
18 lines
299 B
SCSS
18 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;
|
|
}
|
|
}
|