Primary ("Next") button.

This commit is contained in:
Brendon Duncan 2018-07-28 17:18:52 -07:00
commit 72a5b3cabd
2 changed files with 11 additions and 0 deletions

View file

@ -529,6 +529,16 @@
}
}
.button-primary {
background-color: $v-primary-color;
border-radius: 0;
font-family: 'ProximaNova-Semibold';
}
.button-primary[disabled] {
background-color: $v-button-primary-disabled-bg;
}
}
.warning {