Update Essence quite a bit.

This commit is contained in:
Leo
2024-01-25 18:19:38 -06:00
parent 169403f5f8
commit c5d095cd93
8 changed files with 102 additions and 120 deletions

View File

@@ -11,10 +11,15 @@
padding: 0.5rem 1rem;
border: 1px solid $gray-300;
border-radius: 0.25rem;
cursor: pointer;
&:hover {
border-color: $gray-500;
}
}
.form-check-input[type=radio]:checked + label {
background-color: $primary-50;
border: 1px solid $primary;
border-color: $primary;
}
}