[refactor] Converting all font-size to be based on $defaultFontSize

This commit is contained in:
Steven Evans
2018-07-16 23:59:25 -04:00
parent 2afed92c82
commit 681401b7b0
11 changed files with 49 additions and 32 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
@import "mixins";
@import "reset";
@import "theme";
@include keyframes(LOADERSPINNER) {
0% {
@@ -86,7 +87,7 @@
text-transform: uppercase;
font-family: sans-serif;
font-size: 22px;
font-size: $defaultFontSize * 1.375;
font-weight: 700;
letter-spacing: 2px;
position: absolute;