Skip to content

Instantly share code, notes, and snippets.

@Flowbaseco
Created February 23, 2022 11:01
Show Gist options
  • Save Flowbaseco/a61f4c365890d3998faed255e7a64cfb to your computer and use it in GitHub Desktop.
Save Flowbaseco/a61f4c365890d3998faed255e7a64cfb to your computer and use it in GitHub Desktop.
<style>
.w-slider-dot {
background: #EFEFEF;}
.w-slider-dot.w-active {
background: #ef8b7c;
transform: scale(1.2);
transition: width 0.5s, height 0.5s, transform 0.5s;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment