Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // !!!media query for less than 500px screens>>>
  2. .charges-filters
  3. .info-block__title
  4. padding-top: 15px
  5. padding-bottom: 15px
  6. .js-toggle-filters
  7. position: relative
  8. &:before
  9. content: ""
  10. position: absolute
  11. top: 50%
  12. right: 15px
  13. transform: translate(0,-50%) rotate(45deg)
  14. width: 10px
  15. height: 10px
  16. border-top: 1px solid #434e55
  17. border-right: 1px solid #434e55
  18. transition: all .2s linear
  19. &.is-active
  20. &:before
  21. transform: translate(0,-50%) rotate(135deg)
  22. margin-top: -3px
  23. .info-block__body
  24. display: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement