load slider css lazy mode

This commit is contained in:
somrat sorkar
2023-11-25 10:57:51 +06:00
parent e6c15304c9
commit 12ca525a15
5 changed files with 11 additions and 4 deletions

View File

@@ -40,10 +40,10 @@ main {
// swiper pagination
.swiper-pagination-bullet {
@apply bg-theme-light dark:bg-darkmode-theme-light h-2.5 w-2.5 opacity-100;
@apply bg-theme-light dark:bg-darkmode-theme-light h-2.5 w-2.5 opacity-100 mx-1.5 #{!important};
&-active {
@apply bg-primary dark:bg-darkmode-primary h-4 w-4;
@apply bg-primary dark:bg-darkmode-primary h-4 w-4 #{!important};
}
}

View File

@@ -84,3 +84,8 @@
}
}
}
// slider
.gallery-slider {
@apply ml-0 #{!important};
}