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 {
|
.backend {
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: $section-bg;
|
@extend .section;
|
||||||
border-radius: 2px;
|
padding: 0;
|
||||||
@include box-shadow($block-shadow-3);
|
|
||||||
|
|
||||||
&-sidemenu {
|
&-sidemenu {
|
||||||
@extend .list-group;
|
@extend .list-group;
|
||||||
|
|
|
||||||
Reference in a new issue