Skip to content

Commit

Permalink
Merge pull request #52 from acend/changes
Browse files Browse the repository at this point in the history
fliickity button
  • Loading branch information
fintinc authored Oct 1, 2024
2 parents b935502 + 5a136ee commit 941ed39
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions site/assets/scss/components/_flickity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,23 @@
border: none;
color: #fff;
mix-blend-mode: difference;

transition: all 0.2s ease;


path {
fill: #fff;
transition: all 0.2s ease;
}
path {
fill: #fff;
transition: all 0.2s ease;
}

&:hover {
background: #fff;
color: #000;
background: #fff;

path {
fill: #000;
}
}

&:disabled {
Expand Down

0 comments on commit 941ed39

Please sign in to comment.