Neater cancle button
This commit is contained in:
parent
fb20b555c4
commit
2e48395076
@ -5,6 +5,7 @@
|
||||
padding: 8px 14px;
|
||||
border-radius: 2px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
|
||||
&:active{
|
||||
background-color: $-wine-red;
|
||||
@ -12,6 +13,11 @@
|
||||
}
|
||||
|
||||
&--cancel{
|
||||
background-color: $-almost-white;
|
||||
background-color: $-grey;
|
||||
color: $-almost-white;
|
||||
&:active{
|
||||
color: $-grey;
|
||||
background-color: $-almost-white;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user