diff options
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index d97843a9..5d5a6696 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -100,7 +100,7 @@ button { border text-gray_r-12 border-gray_r-7 - bg-white + !bg-white bg-transparent w-full leading-none @@ -114,6 +114,10 @@ button { focus:border-danger-500; } + .form-input[type=file] { + @apply py-2 + } + .btn-yellow, .btn-light, .btn-red, |
