Skip to content

Commit

Permalink
Add font sizing classes for #113
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 authored Sep 25, 2017
1 parent a60ac21 commit fdc6635
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/ebi-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1112,3 +1112,10 @@ dl dt {
a { border-bottom: none; color: $ebi-colour-dark-grey; }
a:hover { border-bottom: 1px dotted; }
}

// Utility classes to size fonts
// Issue: https://github.com/ebiwd/EBI-Framework/issues/113
@for $i from 0 through 20 {
.size-#{$i*25} { font-size: 25%*$i; }
}

0 comments on commit fdc6635

Please sign in to comment.