STYLE Add Swiper pagination styles and CSS variables for customization
This commit is contained in:
parent
5386c03348
commit
887a138347
16
resources/css/base/swiper.css
Normal file
16
resources/css/base/swiper.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
:root {
|
||||
--swiper-pagination-bullet-border-radius: 0;
|
||||
--swiper-pagination-bullet-height: 2px;
|
||||
--swiper-pagination-bullet-width: 30px;
|
||||
--swiper-pagination-bullet-horizontal-gap: 10px;
|
||||
--swiper-theme-color: var(
|
||||
--wp--preset--color--primary
|
||||
) !important;
|
||||
--swiper-pagination-color: var(
|
||||
--color-primary
|
||||
) !important;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
@apply bg-primary;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user