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