arrow report
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-30 12:27:44 +01:00
parent b3f985a41b
commit 453b29c246
11 changed files with 184 additions and 54 deletions

View file

@ -9,9 +9,10 @@
--swiper-navigation-size: 32px;
color: var(--color-txt);
background-color: var(--color-bg);
background-color: red;
height: 100%;
width: var(--slide-padding);
top: 0px!important;
height: calc(100% - var(--spacing)*1);
// background-color: red;
svg {
@ -28,13 +29,13 @@
}
.swiper-button-prev {
left: 0px;
left: 0px!important;
top: 0px;
justify-content: flex-start;
}
.swiper-button-next {
right: 0px;
right: 0px!important;
top: 0px;
justify-content: flex-end;
@ -47,7 +48,8 @@
.swiper-pagination {
position: relative;
margin-top: calc(var(--spacing)*1);
margin-top: 0px!important;
margin-top: calc(var(--spacing)*0.5)!important;
.swiper-pagination-bullet {
width: 15px;