Make font sizes relative

So it's easier to adjust them globally.

// FREEBIE
This commit is contained in:
lilia
2016-08-24 15:15:55 -07:00
parent 9fa7e7f462
commit 41e4154d60
5 changed files with 17 additions and 14 deletions
+3 -3
View File
@@ -62,7 +62,7 @@
label {
display: block;
margin-bottom: 10px;
font-size: small;
font-size: $font-size-small;
}
.key, .placeholder {
@@ -159,7 +159,7 @@
.error-message {
margin: 6px 0 0;
font-size: small;
font-size: $font-size-small;
font-weight: bold;
color: red;
}
@@ -563,7 +563,7 @@ li.entry .error-icon-container {
color: white;
box-shadow: 0 0 5px 0 black;
border-radius: $border-radius;
font-size: small;
font-size: $font-size-small;
}
.confirmation-dialog {