Icons.scss 703 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .icon_bg {
  2. width: 40px;
  3. height: 40px;
  4. display: flex;
  5. align-items: center;
  6. justify-content: center;
  7. position: relative;
  8. }
  9. .plus_bg {
  10. position: absolute;
  11. left: 0;
  12. top: 0;
  13. width: 40px;
  14. height: 40px;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. }
  19. .minus {
  20. width: 24px;
  21. height: 4px;
  22. border-radius: 2px;
  23. }
  24. .plus {
  25. height: 24px;
  26. width: 4px;
  27. border-radius: 2px;
  28. }
  29. .clear_btn_bg {
  30. width: 28px;
  31. height: 28px;
  32. border-radius: 14px;
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. background-color: #121212;
  37. }
  38. .clear {
  39. opacity: 0.1;
  40. width: 20px;
  41. height: 20px;
  42. }