mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added arrow navigation for swiper
This commit is contained in:
parent
983bf6f3e0
commit
c5288e0f80
5 changed files with 23 additions and 5 deletions
|
@ -20,6 +20,17 @@
|
|||
:global(.swiper-container) {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
:global(.swiper-button-next),
|
||||
:global(.swiper-button-prev) {
|
||||
color: white;
|
||||
font-size: 10px;
|
||||
|
||||
&::after {
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.slide {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue