mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 10:56:31 +08:00
30 lines
719 B
SCSS
30 lines
719 B
SCSS
.error-page{
|
|
width: 80%;
|
|
max-width: 600px;
|
|
margin: 50px auto 0 auto;
|
|
flex-direction: column;
|
|
|
|
h1{margin: 5px 0; font-size: 3.1em;}
|
|
h2{margin: 10px 0; font-weight: normal; opacity: 0.9; font-weight: 100; cursor:pointer;}
|
|
code{margin-top: 20px; display: block; background:rgba(255,255,255,0.3);padding: 10px; border: 2px dashed rgba(0,0,0,0.1);}
|
|
p{font-style: italic;}
|
|
a{border-bottom: 1px dashed;}
|
|
}
|
|
|
|
.backnav {
|
|
font-weight: 100;
|
|
.component_icon {
|
|
height: 23px;
|
|
margin-right: -3px;
|
|
vertical-align: middle;
|
|
}
|
|
display: inline-block;
|
|
padding: 10px 5px;
|
|
}
|
|
|
|
.dark-mode {
|
|
.error-page, .backnav {
|
|
color: rgba(255,255,255,0.8);
|
|
}
|
|
}
|