Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. .template-collection .main-content > .banner:first-child {
  2. margin-top: -10px;
  3. }
  4.  
  5. .filter-menu {
  6. top: 60px;
  7. background-color: #FFFFFF;
  8. border-top: 1px solid #D3DCDE;
  9. border-bottom: 1px solid #D3DCDE;
  10. }
  11.  
  12. .filter-menu.fixed-filter {
  13. transition: all 0.3s ease-out;
  14. transform: translate3d(0, 0, 0);
  15. transition-delay: 1s;
  16. }
  17.  
  18. .filter-menu__menu-mobile {
  19. background: #9ABE53;
  20. border-radius: 4px;
  21. color: #FFFFFF;
  22. }
  23.  
  24. .filter-menu__menu-mobile svg {
  25. fill: #FFFFFF;
  26. }
  27.  
  28. @media (max-width: 767px) {
  29. .filter-menu__left {
  30. position: absolute;
  31. left: 0;
  32. width: 50px;
  33. }
  34. .filter-menu__center {
  35. margin-right: 0;
  36. }
  37. .filter-open .filter-menu__menu {
  38. padding: 80px 20px 50px 20px;
  39. display: block;
  40. background: #FFFFFF;
  41. border-bottom: 1px solid #c2c2c2;
  42. }
  43. .filter-menu__menu li a {
  44. background: #FFFFFF;
  45. }
  46. .template-collection .main-content > .banner:first-child .hero__mobile-image {
  47. min-width: 768px;
  48. left: 50%;
  49. transform: translateX(-50%);
  50. position: absolute;
  51. }
  52. .template-collection .main-content > .banner:first-child .slick-list.draggable {
  53. height: 260px;
  54. }
  55. }
  56.  
  57. .filter-menu__placeholder {
  58. display: none;
  59. }
  60.  
  61. @media (min-width: 768px) {
  62. .filter-menu--options,
  63. .filter-menu--tooltip {
  64. left: -40px;
  65. }
  66. .filter-menu--options .filter-columns:before,
  67. .filter-menu--options .filter-columns:after,
  68. .filter-menu--tooltip:before,
  69. .filter-menu--tooltip:after {
  70. left: 20px;
  71. }
  72. .filter-menu__menu li a span {
  73. height: 31px;
  74. padding: 10px 15px;
  75. }
  76. .filter-menu__menu li a.active span {
  77. background: #9ABE53;
  78. padding: 10px 15px;
  79. border-radius: 4px;
  80. color: #FFFFFF;
  81. }
  82. .filter-menu__menu li a.active span:after {
  83. height: 0;
  84. background: none;
  85. }
  86. }
  87.  
  88. @media screen and (min-width: 960px) {
  89. .template-collection .main-content > .banner:first-child {
  90. margin-top: -50px!important;
  91. }
  92. .filter-menu {
  93. top: 80px;
  94. }
  95. .banner .hero {
  96. height: 386px;
  97. }
  98.  
  99. .banner .hero__wrapper--banner {
  100. height: auto;
  101. }
  102. }
Add Comment
Please, Sign In to add comment