Archived
1
0
Fork 0

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:
Henrik Hautakoski 2019-12-01 23:58:41 +01:00
parent 5fb9880a1b
commit fcefe72c55
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -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;