Padding adjustments.
This commit is contained in:
parent
ff72a4dcdd
commit
af4f257743
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue