Update/remove css.

This commit is contained in:
bmauger 2022-02-16 15:57:03 -05:00
parent 54ed12171d
commit 376d065953
2 changed files with 1 additions and 2 deletions

View file

@ -111,7 +111,7 @@ export default {
}
a {
display: flex;
justify-content: start;
justify-content: flex-start;
}
}
}

View file

@ -13,7 +13,6 @@
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
box-shadow: 0 0 0 2.5px transparent !important;
border: 1px solid $blue;
}
&.list-button-horizontal {
color: $red;