Skip to content

Commit

Permalink
BH: Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dougppaz committed Oct 5, 2018
1 parent 8742ad0 commit d836d9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bh/src/assets/scss/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@

&--full-width {
display: block;
text-align: center;
width: 100%;
text-align: center;
}
}
8 changes: 4 additions & 4 deletions bh/src/assets/scss/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ h1,
h2,
h3,
h4 {
padding: 0;
font-size: 1rem;
font-weight: normal;
padding: 0;
}

@for $i from 0 to 4 {
Expand All @@ -29,19 +29,19 @@ h4 {
$margin: .75rem 0;

h#{$n} {
font-size: $font-size;
margin: $margin;
font-size: $font-size;
}

.bh {
&-title-#{$n} { // depreciate this class
font-size: $font-size;
margin: $margin;
font-size: $font-size;
}
}
}

p {
margin: .5rem 0;
padding: 0;
margin: .5rem 0;
}

0 comments on commit d836d9a

Please sign in to comment.