Reset button styles

This commit is contained in:
Myrdin
2022-03-28 19:30:18 +02:00
parent 3aea594f28
commit 290e9cb9a7

View File

@@ -17,6 +17,12 @@
--sc-active-dot-size: 8px;
--sc-dot-size-animation-time: 250ms;
}
button {
all: unset;
cursor: pointer;
}
.sc-carousel-dot__dot {
background-color: var(--sc-color-rgb-light);
border-radius: 50%;