We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb1176 + c4c458f commit eb59d2eCopy full SHA for eb59d2e
less/variables.less
@@ -107,7 +107,6 @@
107
@nav-pf-vertical-color: @color-pf-black-300;
108
@nav-pf-vertical-font-weight: 400;
109
@nav-pf-vertical-icon-color: @color-pf-black-600;
110
-@nav-pf-vertical-icon-size: (@font-size-base + 8);
111
@nav-pf-vertical-icon-width: 24px;
112
@nav-pf-vertical-item-border-color: @color-pf-black;
113
@nav-pf-vertical-link-height: 63px;
@@ -414,6 +413,7 @@
414
413
@btn-primary-bg-img-stop: @btn-primary-bg;
415
@dropdown-link-focus-bg: @link-color;
416
@line-height-computed: floor((@font-size-base * @line-height-base));
+@nav-pf-vertical-icon-size: (@font-size-base + 8);
417
@notification-badge-color: @brand-danger;
418
@progress-sm: (@line-height-computed - 6);
419
@progress-xs: (@line-height-computed - 14);
0 commit comments