#31 : Move shared css vars to parent component

This commit is contained in:
Vadim
2021-07-03 22:27:42 +03:00
parent 68f9f5d0e0
commit 1cca2162ac
3 changed files with 5 additions and 6 deletions

View File

@@ -20,9 +20,6 @@
></div>
<style>
:root {
--sc-color-hex-dark-50p: rgba(30, 30, 30, 0.5)
}
.sc-carousel-progress__indicator {
height: 100%;
background-color: var(--sc-color-hex-dark-50p);