CSS for tags *ough*

This commit is contained in:
2020-09-01 18:19:51 +02:00
parent 607de24c14
commit 179db0f9b7
8 changed files with 385 additions and 164 deletions

View File

@@ -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;
}