encapsulating checkboxes only for front
This commit is contained in:
parent
08a56ba310
commit
47a6efb090
|
|
@ -1,3 +1,4 @@
|
|||
.homegrade-frontend-page {
|
||||
input[type='checkbox'] {
|
||||
@apply border-2 rounded-md border-neutral-800;
|
||||
/* border-color: rgb(156 163 175 / 1); */
|
||||
|
|
@ -49,3 +50,4 @@ input[type='checkbox']:disabled {
|
|||
cursor: not-allowed;
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user