Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. .icon {
  2. display: inline-block;
  3. width: 1rem;
  4. height: 1rem;
  5. background-color: $color-primary;
  6. background: url('../../assets/images/back.png') no-repeat 0 0;
  7. vertical-align: middle;
  8. position: relative;
  9. top: -0.1rem;
  10. margin-right: 1rem;
  11. &.icon-cross {
  12. background-image: url('../../assets/images/close.png');
  13. background-size: 1.5rem 1.5rem;
  14. width: 1.5rem;
  15. height: 1.5rem;
  16. }
  17. &.icon-x {
  18. // background: url("../../assets/images/cancel-icon.png");
  19. font-size: 5rem;
  20. }
  21. &.icon-contacts {
  22. background: url('../../assets/images/contacts.png');
  23. background-size: 2rem 2rem;
  24. width: 2rem;
  25. height: 2rem;
  26. margin-right: 0;
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement