(fix)gap entre as imagem do slider
This commit is contained in:
parent
9b7f6e4d4e
commit
fab8056bf7
@ -43,4 +43,18 @@
|
||||
.sliderLayoutContainer--carousel .sliderRightArrow--carousel::after {
|
||||
visibility: visible;
|
||||
content: url("https://agenciamagma.vtexassets.com/arquivos/arroe-right-ueber.png");
|
||||
}
|
||||
|
||||
.sliderTrack--carousel {
|
||||
gap: 16px;
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.sliderTrack--carousel {
|
||||
gap: 12px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 425px) {
|
||||
.sliderTrack--carousel {
|
||||
gap: 8px;
|
||||
}
|
||||
}
|
@ -42,3 +42,15 @@
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.sliderTrack--carousel {
|
||||
gap: 16px;
|
||||
@include mq (md, max) {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
@include mq (cstm, max) {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user