Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aprydatko
Last active May 31, 2017 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprydatko/142038b403284ea9dd0b8cefab480648 to your computer and use it in GitHub Desktop.
Save aprydatko/142038b403284ea9dd0b8cefab480648 to your computer and use it in GitHub Desktop.
owl-dots_top_center_saas
.owl-dots
position: absolute
top: 50%
left: 0
.owl-dot
span
width: 7px
height: 7px
margin-bottom: 17px
margin-left: 5px
background-color: rgba(0,0,0,.0)
display: block
transition: opacity .2s ease
border-radius: 7px
border: 1px solid #fff
&:hover
background-color: #fff
.active
> span
background-color: #fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment