apply border to checkbox/select elements
This commit is contained in:
parent
3e502af7dd
commit
10b554486d
|
|
@ -13,3 +13,11 @@
|
||||||
.input-slim {
|
.input-slim {
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-checkbox {
|
||||||
|
@apply border border-gray-300 rounded cursor-pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-select {
|
||||||
|
@apply border border-gray-300;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue