Skip to content

Commit eb59d2e

Browse files
Merge pull request patternfly#429 from jeff-phillips-18/fixes
Fix for patternfly#401 - Move use of font-size-base after declaration
2 parents 9fb1176 + c4c458f commit eb59d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

less/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
@nav-pf-vertical-color: @color-pf-black-300;
108108
@nav-pf-vertical-font-weight: 400;
109109
@nav-pf-vertical-icon-color: @color-pf-black-600;
110-
@nav-pf-vertical-icon-size: (@font-size-base + 8);
111110
@nav-pf-vertical-icon-width: 24px;
112111
@nav-pf-vertical-item-border-color: @color-pf-black;
113112
@nav-pf-vertical-link-height: 63px;
@@ -414,6 +413,7 @@
414413
@btn-primary-bg-img-stop: @btn-primary-bg;
415414
@dropdown-link-focus-bg: @link-color;
416415
@line-height-computed: floor((@font-size-base * @line-height-base));
416+
@nav-pf-vertical-icon-size: (@font-size-base + 8);
417417
@notification-badge-color: @brand-danger;
418418
@progress-sm: (@line-height-computed - 6);
419419
@progress-xs: (@line-height-computed - 14);

0 commit comments

Comments
 (0)