Files
filestash/client/pages/error.scss
2018-10-26 03:24:08 +11:00

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;
}