encapsulating checkboxes only for front

This commit is contained in:
Antoine M 2023-12-21 17:02:27 +01:00
parent 08a56ba310
commit 47a6efb090

View File

@ -1,3 +1,4 @@
.homegrade-frontend-page {
input[type='checkbox'] { input[type='checkbox'] {
@apply border-2 rounded-md border-neutral-800; @apply border-2 rounded-md border-neutral-800;
/* border-color: rgb(156 163 175 / 1); */ /* border-color: rgb(156 163 175 / 1); */
@ -49,3 +50,4 @@ input[type='checkbox']:disabled {
cursor: not-allowed; cursor: not-allowed;
opacity: 0.2; opacity: 0.2;
} }
}