Blame view

local/templates/vekprom/css/pages/main/machines.css 1.45 KB
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
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
  .machines {
    padding-top: 74px;
  }
  .machines__main-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.01em;
    color: #333B49;
    max-width: 469px;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .swiper-slide-machines {
    max-width: 215px;
    width: 100%;
    background: #F7F7F9;
    border-radius: 10px;
    cursor: pointer;
  }
  .swiper-slide-machines:hover {
    background: #DFE1E7;
    -webkit-box-shadow: 0px 5px 12.5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 12.5px rgba(0, 0, 0, 0.15);
  }
  
  .slider-wrapper-machines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3px;
    height: 240px;
  }
  .slider-wrapper-machines__img {
    max-width: 148px;
    width: 100%;
    min-height: 122px;
    height: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .slider-wrapper-machines__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    -ms-flex-item-align: start;
        align-self: start;
    margin-top: 24px;
    margin-left: 14px;
  }
  .slider-wrapper-machines__text {
    -ms-flex-item-align: start;
        align-self: start;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #ABB2BF;
    margin-top: 4px;
    padding-bottom: 23px;
    margin-left: 14px;
  }