Neater cancle button

This commit is contained in:
reverend 2020-08-12 18:28:37 +02:00
parent fb20b555c4
commit 2e48395076

View File

@ -5,6 +5,7 @@
padding: 8px 14px; padding: 8px 14px;
border-radius: 2px; border-radius: 2px;
font-weight: bold; font-weight: bold;
cursor: pointer;
&:active{ &:active{
background-color: $-wine-red; background-color: $-wine-red;
@ -12,6 +13,11 @@
} }
&--cancel{ &--cancel{
background-color: $-grey;
color: $-almost-white;
&:active{
color: $-grey;
background-color: $-almost-white; background-color: $-almost-white;
} }
}
} }