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 {

View file

@ -123,7 +123,7 @@
position: fixed;
}
.pos_bottom {
.pin_bottom {
bottom: 0;
}

View file

@ -1,9 +1,11 @@
.demo__intro {
@extend .sec__main_center;
border-top-width: $border_width_8;
border-top-style: solid;
border-color: $basic_border_color;
padding-top: $space_3;
@extend .sec__main_status;
}
.demo__status {
@extend .sec__main_status;
min-height: 50vh;
border-color: $foxtrot_color;
}
.demo__header {