Padding adjustments.

This commit is contained in:
Mateus Machado Luna 2019-10-28 11:39:08 -03:00
parent ff72a4dcdd
commit af4f257743
1 changed files with 4 additions and 3 deletions

View File

@ -92,6 +92,10 @@ body.loading-content main:before {
.dropdown-item {
border-radius: 0 !important;
}
.menu-item-has-children .dropdown-toggle {
padding-left: 1.25rem !important;
padding-right: 1rem !important;
}
}
.menu-item-has-children {
@ -285,9 +289,6 @@ nav{
font-size: 0.875rem;
font-weight: 400;
color: #000;
margin-right: .5rem;
padding-left: 0;
padding-right: 0;
white-space: nowrap;
position: relative;
&::after{