chore(packages): move the packages to root

This commit is contained in:
Brandy Carney
2018-03-12 16:02:25 -04:00
parent 097f1a2cd3
commit d37623a2ca
1255 changed files with 38 additions and 38 deletions

View File

@ -0,0 +1,26 @@
@import "./slides-vendor";
@import "./slides.md.vars";
.slides-md .swiper-pagination-bullet {
background-color: $slides-md-bullet-background-color;
}
.slides-md .swiper-pagination-bullet-active {
background-color: $slides-md-bullet-background-color-active;
}
.slides-md .swiper-pagination-progress {
background-color: $slides-md-progress-background-color;
}
.slides-md .swiper-pagination-progress .swiper-pagination-progressbar {
background-color: $slides-md-progress-bar-background-color;
}
.slides-md .swiper-scrollbar {
background-color: $slides-md-scroll-bar-background-color;
}
.slides-md .swiper-scrollbar-drag {
background-color: $slides-md-scroll-bar-drag-background-color;
}