hippie/source/style/modules/maintenance/_maintenance_module.scss
Stephan Hagedorn b8733af03c gulp tasks and nunjucks templating
- reworked nearly all gulp tasks
- added html templating with nunjucks
- replaced some old html files
- started correction of scss and js files according to lint results
2017-10-02 00:02:06 +02:00

11 lines
167 B
SCSS

#root {
@extend .sec__main_status;
position: relative;
height: 100%;
border-color: $foxtrot_color;
h1:first-of-type {
margin-top: 0;
font-weight: bold;
}
}