new status sections

This commit is contained in:
Stephan Hagedorn 2017-09-28 01:12:52 +02:00
parent 42e0ccee4e
commit 212b41f4a3
4 changed files with 65 additions and 8 deletions

View file

@ -58,6 +58,20 @@ section {
}
}
.sec__main_status {
@extend .sec__main_center;
position: relative;
border-top-width: $border_width_8;
border-top-style: solid;
border-color: $basic_border_color;
padding-top: $space_3;
h1:first-of-type {
margin-top: 0;
font-weight: bold;
}
}
aside {
&.right + section {