Skip to content

Commit

Permalink
refactor(utilities): update border bottom utility and restore line he…
Browse files Browse the repository at this point in the history
…ight for headings
  • Loading branch information
tarantilis committed Jun 15, 2022
1 parent 9da19b3 commit 7fe4a7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions theme/themes/eea/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}';


@bold : 600;
@bold : @font-weight-7;
@normal : normal;

/*-------------------
Expand Down Expand Up @@ -69,7 +69,7 @@
Page Heading
---------------*/

@headerLineHeight : @font-lineheight-3;
@headerLineHeight : 1.25;
@headerFontWeight : @font-weight-7;

@h1 : unit((48 / @fontSize), rem);
Expand Down
5 changes: 4 additions & 1 deletion theme/themes/eea/globals/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@
}

// Borders
.border-bottom-1 { border-bottom: @border-size-1 solid !important; }
.border-bottom-1 {
border-bottom: @border-size-1 solid !important;
padding-bottom: @rem-space-2;
}

0 comments on commit 7fe4a7b

Please sign in to comment.