Payment cards redesign #2

This commit is contained in:
inpsyde-maticluznar 2024-11-21 11:38:01 +01:00
parent 4bb09bb5b1
commit 9d65194dbd
No known key found for this signature in database
GPG key ID: D005973F231309F6
28 changed files with 350 additions and 230 deletions

View file

@ -5,7 +5,6 @@ button.components-button, a.components-button {
}
&:disabled {
background-color: $color-gray-500;
color: $color-white;
}
@ -16,16 +15,20 @@ button.components-button, a.components-button {
&.is-primary {
@include font(13, 20, 400);
color:$color-white;
&:not(:disabled) {
background-color: $color-blueberry;
}
}
&.is-secondary:not(:disabled) {
border-color:$color-blueberry;
background-color:$color-white;
color:$color-blueberry;
&:hover{
background-color:$color-white;
background:none;
border-color: $color-blueberry;
background-color: $color-white;
color: $color-blueberry;
&:hover {
background-color: $color-white;
background: none;
}
}