apply border to checkbox/select elements

This commit is contained in:
Benjamin Beganović 2021-12-24 10:22:47 +01:00
parent 3e502af7dd
commit 10b554486d

View File

@ -13,3 +13,11 @@
.input-slim {
@apply py-2;
}
.form-checkbox {
@apply border border-gray-300 rounded cursor-pointer;
}
.form-select {
@apply border border-gray-300;
}