Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .carousel-indicators
  2. margin: 0
  3. background-color: #ffffff
  4. width: 145px
  5. height: 45px
  6. color: $HeadingColor
  7. border-radius: 3px
  8. bottom: -20px
  9. left: 45%
  10. li
  11. height: 15px
  12. width: 15px
  13. border-radius: 50%
  14. border: none
  15. background-color: $HeadingColor
  16. position: relative
  17. top: 15px
  18. .active
  19. background-color: $acentColor
  20. height: 15px
  21. width: 15px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement