Neater cancle button
This commit is contained in:
parent
fb20b555c4
commit
2e48395076
@ -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;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user