Fixed up bold fonts.
This commit is contained in:
parent
f0ccee8a0a
commit
0fdd478ae4
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue