Add a Factory for 'Cancel' buttons, make 'Cancel' buttons alternative, make buttons uppercase

This commit is contained in:
Stephen Abello
2021-02-02 16:17:03 +01:00
parent 50af5d9af1
commit f1d047becf
3 changed files with 26 additions and 2 deletions

View File

@@ -389,7 +389,8 @@ $ibo-button-colors: (
.ibo-button {
cursor: pointer;
@extend %ibo-font-ral-med-150;
@extend %ibo-font-ral-sembol-100;
text-transform: uppercase;
padding: $ibo-button--padding-y $ibo-button--padding-x;
border: $ibo-button--border;
border-radius: $ibo-button--border-radius;