forked from M3-Academy/challenge-vtex-io
development #24
@ -15,8 +15,16 @@
|
||||
}
|
||||
}*/
|
||||
.sliderLayoutContainer {
|
||||
width: 95%;
|
||||
width: 100%;
|
||||
padding: 0 16px 0 16px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.sliderLayoutContainer .paginationDot {
|
||||
background: black;
|
||||
}
|
||||
.sliderLayoutContainer .paginationDot--isActive {
|
||||
background: white;
|
||||
border: 0.5px solid black;
|
||||
font-size: large;
|
||||
}
|
@ -5,10 +5,18 @@
|
||||
}
|
||||
}*/
|
||||
.sliderLayoutContainer {
|
||||
width: 95%;
|
||||
width: 100%;
|
||||
padding: 0 16px 0 16px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.paginationDot {
|
||||
background: black;
|
||||
}
|
||||
.paginationDot--isActive {
|
||||
background: white;
|
||||
border: 0.5px solid black;
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user