Fixed up bold fonts.

This commit is contained in:
Brendon Duncan 2018-07-31 12:47:03 +12:00
commit 0fdd478ae4

View file

@ -273,7 +273,7 @@
.primary-amount { .primary-amount {
color: #333; color: #333;
font-family: 'ProximaNova-Semibold'; font-weight: bold;
input, .unit, .primary-amount-display { input, .unit, .primary-amount-display {
font-size: 1.8em; font-size: 1.8em;
@ -537,11 +537,12 @@
.button-primary { .button-primary {
background-color: $v-primary-color; background-color: $v-primary-color;
border-radius: 0; border-radius: 0;
font-family: 'ProximaNova-Semibold'; font-weight: bold;
} }
.button-primary[disabled] { .button-primary[disabled] {
background-color: $v-button-primary-disabled-bg; background-color: $v-button-primary-disabled-bg;
opacity: 1;
} }
} }