mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 20:23:32 +08:00
23 lines
487 B
SCSS
23 lines
487 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;}
|
|
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;
|
|
}
|