Skip to content

Commit

Permalink
chore: revert change to o-big-number
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Sep 24, 2021
1 parent a0d08f9 commit 3289fb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/o-big-number/src/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
@mixin oBigNumberTitle {
@include oTypographySans($scale: 8, $weight: 'semibold');
margin: 0 0 oSpacingByName('s1');
color: royalblue;
}

/// Styles for the copy under the big number.
@mixin oBigNumberContent {
@include oTypographySans($scale: 1, $line-height: 22px);
max-width: oTypographyMaxLineWidth();
color: royalblue;
}

0 comments on commit 3289fb7

Please sign in to comment.