hippie/source/style/modules/maintenance/_maintenance_module.scss
Stephan c781f5c6c5 general work
- renamed nunjucks extension to njk
- removed old demo html files
- started to change CRLF to LF
- detail work on style definitions
- added structure for demo files
2018-04-30 19:09:17 +02:00

19 lines
344 B
SCSS

.body__status {
@extend .sec__main_status;
height: 100vh;
border-color: $foxtrot_color;
.main__site {
@extend .wrap_center;
& > h1:first-of-type {
margin-top: 0;
margin-bottom: 0;
font-weight: bold;
line-height: 1;
}
& > h1 + h3 {
margin-top: 0;
margin-bottom: $space_3;
}
}
}