summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index d97843a9..f1e9f5b1 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,
@@ -466,7 +470,7 @@ button {
.table-data thead th,
.table-data tbody td {
- @apply py-3
+ @apply p-3
text-center;
}