+
+
{#if arrows}
-
+
{/if}
{#if arrows}
-
+
\ No newline at end of file
diff --git a/src/components/Dots/Dots.svelte b/src/components/Dots/Dots.svelte
index 394c75a..5eb2f7b 100644
--- a/src/components/Dots/Dots.svelte
+++ b/src/components/Dots/Dots.svelte
@@ -19,9 +19,9 @@
}
-
+
{#each Array(pagesCount) as _, pageIndex (pageIndex)}
-
+
handleDotClick(pageIndex)}
@@ -34,11 +34,11 @@
:root {
--dot-size: 10px;
}
- .main-container {
+ .sc-carousel-dots__container {
display: flex;
align-items: center;
}
- .dot-container {
+ .sc-carousel-dots__dot-container {
height: calc(var(--dot-size) + 10px);
width: calc(var(--dot-size) + 10x);
display: flex;