16 lines
287 B
SCSS
16 lines
287 B
SCSS
|
.paginationDotsContainer--shelf {
|
||
|
align-items: center;
|
||
|
bottom: -30px;
|
||
|
|
||
|
.paginationDot--shelf {
|
||
|
background-color: $black;
|
||
|
}
|
||
|
|
||
|
.paginationDot--isActive {
|
||
|
background-color: white;
|
||
|
border: 1px solid $black;
|
||
|
width: 17px !important;
|
||
|
height: 17px !important;
|
||
|
}
|
||
|
}
|