app/assets/sass/views/_backend.scss: make sure we have some margin-bottom so content below are pushed down abit.
This commit is contained in:
parent
5fb9880a1b
commit
fcefe72c55
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
|
||||
.backend {
|
||||
display: flex;
|
||||
background-color: $section-bg;
|
||||
border-radius: 2px;
|
||||
@include box-shadow($block-shadow-3);
|
||||
@extend .section;
|
||||
padding: 0;
|
||||
|
||||
&-sidemenu {
|
||||
@extend .list-group;
|
||||
|
|
|
|||
Reference in a new issue