Unify heading font size variable naming

Follow-up to I378e8a2af91fe079

Change-Id: Ib1affae440f23e7d9b648ce4b8b85cf2d3a2e1d2
This commit is contained in:
Volker E 2019-09-27 10:49:02 -07:00
parent 83fbe68b5f
commit 0a2aa9f683
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ body {
& h1,
&-content h1 {
font-size: @font-size-heading-first;
font-size: @font-size-heading-1;
}
.firstHeading {

View File

@ -17,7 +17,7 @@
@font-size-base: unit( 14 / @font-size-browser, em ); // Equals `0.875em`.
@font-size-reset: @font-size-root;
@font-size-heading-first: 1.8em;
@font-size-heading-1: 1.8em;
@font-size-heading-2: 1.5em;
@font-size-heading-3: 1.2em;
@font-size-notification: 0.8em;