Blame view

public/scss/pages/main/partners.scss 1.64 KB
b80175387   Андрей Ларионов   Начальный проект ...
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
51
52
53
54
55
56
57
58
59
60
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
  .partners {
    padding-top: 95px;
    padding-bottom: 120px;
  
    &__title {
          font-weight: 700;
          font-size: 48px;
          line-height: 100%;
          letter-spacing: -0.01em;
          color: #333B49;
          text-align: left;
          width: 254px;
          margin-right: 109px;
    }
  }
  
  .partners-container {
    display: flex;
    position: relative;
  
  .swiper-button-next_partner {
          position: absolute;
          top: 154px;
          left: 50px;
          width: 34px;
          height: 14px;
      }
  
      .swiper-button-prev_partner {
          position: absolute;
          transform: rotate(180deg);
          top: 155px;
          left: 14px;
          width: 24px;
          height: 14px;
      }
  }
  
  .swiper-partners {
  
    .swiper-wrapper-partners {
  
      .swiper-slide-partners {
  
        .info-wrapper {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          max-width: 280px;
          width: 100%;
          max-height: 177px;
          height: 100%;
  
            .partner-img {
              max-width: 200px;
              width: 100%;
              align-self: end;
            }
  
            .partner-img-2 {
              height: 45px;
            }
  
            .partner-img-3 {
            width: 164px;
              height: 61px;
            }
  
            .partner-text {
              font-weight: 500;
              font-size: 12px;
              line-height: 14px;
              text-align: right;
              letter-spacing: -0.01em;
              color: #636B78;
              margin-top: 30px;
            }
  
            .partner-text-one {
              margin-top: 40px;
            }
        }
    }
  }
  }
  
  .partners-container [class^="swiper-button-"]::after {
    content: "";
  }