2018-04-30 19:09:17 +02:00
|
|
|
.body__status {
|
|
|
|
|
@extend .sec__main_status;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
border-color: $foxtrot_color;
|
2017-10-02 00:02:06 +02:00
|
|
|
|
2018-04-30 19:09:17 +02:00
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-10-02 00:02:06 +02:00
|
|
|
}
|