[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
+3 -1
View File
@@ -1,4 +1,6 @@
@import "mixins";
@import "theme";
/* Both Work in progress and BitNode stuff */
.generic-fullscreen-container {
color: var(--my-font-color);
@@ -22,7 +24,7 @@
color: #aaa;
float: left;
font-size: 20px;
font-size: $defaultFontSize * 1.25;
font-weight: bold;
margin: 10px;
padding: 5px;