mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
apply border to checkbox/select elements
This commit is contained in:
parent
3e502af7dd
commit
10b554486d
8
resources/sass/components/inputs.scss
vendored
8
resources/sass/components/inputs.scss
vendored
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user