Primary ("Next") button.
This commit is contained in:
parent
0ba1ea1f42
commit
72a5b3cabd
2 changed files with 11 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue