feature: menu-left - sub-menu padding, class create

This commit is contained in:
gaelle morin
2020-12-21 14:15:49 +01:00
parent 5ebb8ab928
commit cbdd5703d2
2 changed files with 14 additions and 4 deletions

View File

@ -23,6 +23,9 @@ nav {
}
}
.sub-menu {
padding-bottom: 25px;
}
/* Styles for the small icon */
.sub-menu-icon {
@ -67,5 +70,12 @@ nav {
background-color: #D7DBE0;
opacity: 0.2;
}
.create {
display: flex;
flex-wrap: wrap;
padding-left: 20px;
width: 87%;
}
}