use pixel sizing for indicators
This commit is contained in:
@@ -185,8 +185,8 @@ const disconnectMutationObserver = () => {
|
|||||||
transition: opacity 0.2s ease-in-out;
|
transition: opacity 0.2s ease-in-out;
|
||||||
|
|
||||||
.carousel-slide-indicator-item {
|
.carousel-slide-indicator-item {
|
||||||
height: map-get($spacer, 1);
|
height: 12px;
|
||||||
width: map-get($spacer, 1);
|
width: 12px;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user