2022-06-16 18:44:05 +02:00
|
|
|
@nav-parent-icon-width: @global-line-height;
|
|
|
|
@nav-default-item-color: @global-meta-color;
|
|
|
|
@nav-default-item-hover-color: @global-link-hover-color;
|
|
|
|
@nav-default-item-active-font-weight: 600;
|
|
|
|
|
2022-06-20 18:57:11 +02:00
|
|
|
@nav-item-padding-horizontal: 30px;
|
|
|
|
@nav-sublist-padding-left: 45px;
|
|
|
|
|
2022-06-16 18:44:05 +02:00
|
|
|
.hook-nav-default-item-active() {
|
|
|
|
font-weight: @nav-default-item-active-font-weight;
|
|
|
|
}
|