Blame view

frontend/web/css/_custom.scss 178 Bytes
950817c6   Alex Savenko   first commit
1
2
3
4
5
6
7
8
9
10
11
12
  header {
    a {
      .btn-like {
        //border: 1px solid $mainColor-active !important;
        color: $mainColor-active;
      }
    }
  }
  
  .category-carousel-box {
    background: #eee;
  }