From e4b035a1471bd70872bb12012442367933fc8852 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Thu, 3 Nov 2022 17:30:14 +0700 Subject: Show banner and brand in home --- src/styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index 0570da9d..e88d14aa 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -221,4 +221,8 @@ html, body { .lazy-load-image-background { @apply !block; +} + +.swiper-pagination-bullet-active { + @apply !bg-yellow-900; } \ No newline at end of file -- cgit v1.2.3