use pixel sizing for indicators

This commit is contained in:
2023-02-24 10:15:25 +10:00
parent 6b14a4bb24
commit 19b40d50c1

View File

@@ -185,8 +185,8 @@ const disconnectMutationObserver = () => {
transition: opacity 0.2s ease-in-out;
.carousel-slide-indicator-item {
height: map-get($spacer, 1);
width: map-get($spacer, 1);
height: 12px;
width: 12px;
border: 1px solid white;
border-radius: 50%;
cursor: pointer;