filestash/client/pages/error.scss
Mickael KERJEAN 9ba9067a99 bugfix (notification): stick the notification on the left side
mitigating a chrome bug with animation in a position fixed situation
2018-05-14 20:55:22 +10:00

10 lines
231 B
SCSS

.error-page{
width: 80%;
max-width: 600px;
margin: 50px auto 0 auto;
h1{margin: 5px 0; font-size: 3.1em;}
h2{margin: 10px 0; font-weight: normal;}
p{font-style: italic;}
a{border-bottom: 1px dashed;}
}