mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-26 18:25:29 +01:00
16 lines
334 B
SCSS
16 lines
334 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;}
|
|
p{font-style: italic;}
|
|
a{border-bottom: 1px dashed;}
|
|
}
|
|
|
|
.backnav {
|
|
.component_icon { height: 25px; }
|
|
line-height: 25px;
|
|
}
|