Skip to content

Commit

Permalink
apply h1 thickline globally
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealing committed May 31, 2023
1 parent 8e09e64 commit 1563b39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
13 changes: 0 additions & 13 deletions components/baseline/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@
background-color: #355688;
}

/* H1 short bold red underline */
h1.gc-thickline {
border-bottom: none;

&::after {
border-bottom: .18em solid #af3c43;
content: "";
display: block;
padding-bottom: 8px;
width: 70px;
}
}

/*
* Panel title
*/
Expand Down
13 changes: 9 additions & 4 deletions sites/baseline/_heading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
*/

h1 {
border-bottom: 1px solid $border-red;
margin-bottom: .2em;
margin-top: 1em;
padding-bottom: .2em;
border-bottom: none;

&::after {
border-bottom: .18em solid $border-red;
content: "";
display: block;
padding-bottom: 8px;
width: 70px;
}
}

// Common heading style
Expand Down

0 comments on commit 1563b39

Please sign in to comment.