[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

View File

@@ -1,4 +1,5 @@
@import "mixins";
@import "theme";
/* interactivetutorial.css */
#interactive-tutorial-wrapper {
@@ -37,7 +38,7 @@
@include boxShadow(1px 1px 3px #000);
color: #aaa;
font-size: 20px;
font-size: $defaultFontSize * 1.25;
font-weight: bold;
background-color: #000;
}