summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-18 13:23:59 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-18 13:23:59 +0700
commitbcb5ac237aa725ac2ad0ca1a2c0391284cda33bb (patch)
tree7dedec6a2cb250ab37576cb716abb8c6f84bd93b /src/styles/globals.css
parent8a29811dbf83d268284932f7cba817d34fd5dbbe (diff)
parentd7e563eeefc387c108b09a3b9ee100e2516b7ed3 (diff)
Merge branch 'master' into development_tri/feedback_UAT
Diffstat (limited to 'src/styles/globals.css')
-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;
}