adapting bullets size for accessibility
This commit is contained in:
parent
52e0075885
commit
eeb87f1b3c
|
|
@ -44,7 +44,7 @@
|
||||||
@apply hidden lg:block;
|
@apply hidden lg:block;
|
||||||
}
|
}
|
||||||
.swiper-pagination-bullet {
|
.swiper-pagination-bullet {
|
||||||
@apply w-3 h-3 mx-2 opacity-100 bg-white !border-2 !border-solid border-black opacity-80;
|
@apply w-5 h-5 !mx-2 opacity-100 bg-white !border-2 !border-solid border-black;
|
||||||
}
|
}
|
||||||
.swiper-pagination-bullet:focus-visible {
|
.swiper-pagination-bullet:focus-visible {
|
||||||
outline-offset: 4px;
|
outline-offset: 4px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user