new status sections
This commit is contained in:
parent
42e0ccee4e
commit
212b41f4a3
4 changed files with 65 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue