diff --git a/resources/sass/components/inputs.scss b/resources/sass/components/inputs.scss index e169715b7284..8acf44aa1850 100644 --- a/resources/sass/components/inputs.scss +++ b/resources/sass/components/inputs.scss @@ -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; +} \ No newline at end of file