Blame view

frontend/web/css/_partners.scss 1.35 KB
23911bd2   Виталий   partners
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
  .section-partners {
    padding-bottom: 80px;
  }
  .partners-title {
    margin-top: 76px;
    position: relative;
    span {
      position: relative;
      z-index: 2;
      background: #fff;
      padding-right: 10px;
      font-size: 24px;
      font-weight: 700;
      height: 26px;
      line-height: 26px;
    }
    &:before {
      position: absolute;
      width: 100%;
      height: 1px;
      background: #e0e2e4;
      content: '';
      left: 0;
      top: 20px;
      z-index: 1;
    }
  }
  
  
  .partners-wr {
  
  
    div {
      margin-top: 58px;
      display: table;
      width: 100%;
      a, span {
        display: table-cell;
        vertical-align: middle;
        height: 80px;
        text-align: center;
        img {
          vertical-align: middle;
          max-width: 100%;
          max-height: 100%;
        }
      }
    }
  }
  
df8013f0   Виталий   imgs
51
52
53
54
55
  
  
  @media (min-width: 768px) {
    .slider-partners-5 {
      .partners-wr {
6667421c   Виталий   imgs
56
        width: 20% !important;
df8013f0   Виталий   imgs
57
58
59
60
      }
    }
  }
  
23911bd2   Виталий   partners
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
  .partners-col {
    //display: table;
  
  }
  
  .border-mobile {
    width: 100%;
    float: left;
    height: 1px;
    background: #e0e2e4;
    margin-top: 36px;
  }
  
  .slider-partners {
    .owl-nav {
      display: none;
    }
    .owl-dots {
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%;
      text-align: center;
      margin-top: 43px;
    }
  }
  @media (max-width: 767px) {
    .partners-title {
      text-align: center;
      &:before {
        display: none;
      }
      span {
  background: none;
      }
    }
  }