Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix(sass): use sass variables for slide background values
Browse files Browse the repository at this point in the history
  • Loading branch information
zbarbuto authored and mhartington committed Mar 6, 2018
1 parent 4e9024f commit 3d0713d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/slides/slides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ button.swiper-pagination-bullet {
}

.swiper-pagination-bullet-active {
background: #007aff;
background: color($colors, primary);
opacity: 1;
}

Expand Down Expand Up @@ -282,7 +282,7 @@ button.swiper-pagination-bullet {
width: 100%;
height: 100%;

background: #007aff;
background: color($colors, primary);

transform: scale(0);
}
Expand Down

0 comments on commit 3d0713d

Please sign in to comment.