CSS for tags *ough*
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.LP-Button{
|
||||
.LP-Button {
|
||||
background-color: $-light-brown;
|
||||
color: $-grey;
|
||||
border: none;
|
||||
@@ -6,16 +6,18 @@
|
||||
border-radius: 2px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
|
||||
&:active{
|
||||
&:active {
|
||||
background-color: $-wine-red;
|
||||
color:$-almost-white;
|
||||
color: $-almost-white;
|
||||
}
|
||||
|
||||
&--cancel{
|
||||
&--cancel {
|
||||
background-color: $-grey;
|
||||
color: $-almost-white;
|
||||
&:active{
|
||||
|
||||
&:active {
|
||||
color: $-grey;
|
||||
background-color: $-almost-white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user