ui defect - shifting buttons

This commit is contained in:
Donielle Austin 2022-05-12 09:35:33 -04:00
parent 07e60f73df
commit 453cbe4c86

View file

@ -3,7 +3,6 @@ html {
&.list-button, &.list-button,
&.list-card, &.list-card,
&.list-card.list-button { &.list-card.list-button {
border: 1px solid $red;
color: $red; color: $red;
input[type=checkbox]:focus + label, input[type=checkbox]:focus + label,
input[type=radio]:focus + label { input[type=radio]:focus + label {
@ -17,7 +16,7 @@ html {
border-radius: 10px; border-radius: 10px;
} }
label { label {
border: 1px solid transparent; border: 1px solid $red;
} }
label:hover { label:hover {
box-shadow: 0px 0px 0px 4px $red-200; box-shadow: 0px 0px 0px 4px $red-200;