Fix sub nav paddings
This commit is contained in:
parent
5940eee3a0
commit
fd011da607
|
@ -3,6 +3,9 @@
|
||||||
@nav-default-item-hover-color: @global-link-hover-color;
|
@nav-default-item-hover-color: @global-link-hover-color;
|
||||||
@nav-default-item-active-font-weight: 600;
|
@nav-default-item-active-font-weight: 600;
|
||||||
|
|
||||||
|
@nav-item-padding-horizontal: 30px;
|
||||||
|
@nav-sublist-padding-left: 45px;
|
||||||
|
|
||||||
.hook-nav-default-item-active() {
|
.hook-nav-default-item-active() {
|
||||||
font-weight: @nav-default-item-active-font-weight;
|
font-weight: @nav-default-item-active-font-weight;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue