summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-04-14 10:37:04 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-04-14 10:37:04 +0700
commit4c8469dd5088ab207b1addb12b02891f3b678462 (patch)
tree716de94194faca551b76d6c806f883f7c908c197 /src/styles
parent392ea042dfee093c485d38d918b2824481100068 (diff)
kunjungan sales & pembayaran tempo
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css6
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,