summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-22 17:09:05 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-22 17:09:05 +0700
commit930ed6680100e9732157ed1861af3572e36219a0 (patch)
tree2915bd480d315a410028b99d6277e9e381b38e5f /src/styles/globals.css
parentfb4b7aea05526e154193d40a0cde6d674be263e7 (diff)
Filter search by brand, category, price
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 8e81f7e8..5033a220 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -91,6 +91,8 @@ html, body {
w-full
leading-none
focus:outline-none
+ focus:ring-1
+ focus:ring-yellow-900
;
}
@@ -339,4 +341,12 @@ html, body {
bg-gray-100
text-sm
;
+}
+
+.idt-transition {
+ @apply
+ transition-all
+ ease-linear
+ duration-300
+ ;
} \ No newline at end of file