Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. @color_1: ;
  2. @color_2: #444;
  3. @color_3: #666;
  4.  
  5. .sidebar {
  6. .block.newsletter {
  7. .btn {
  8. &:before {
  9. background: transparent;
  10. }
  11. }
  12. }
  13. .block.filter {
  14. ol {
  15. li {
  16. a {
  17. color: @color_1;
  18. &:before {
  19. display: none;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. .block {
  26. .filter-options-title {
  27. color: @color_2;
  28. padding-bottom: 10px;
  29. font-size: 12px;
  30. &:after {
  31. color: @color_3;
  32. }
  33. }
  34. .block-title {
  35. color: @color_2;
  36. padding-bottom: 10px;
  37. font-size: 12px;
  38. &:after {
  39. color: @color_3;
  40. }
  41. }
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement