Blame view

public/css/pages/catalog/catatolg-top.css 1.71 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
  .catalog-top {
    width: 100%;
    max-height: 297px;
    height: 100%;
    position: relative;
  }
  
  .catalog-top-bg {
    position: absolute;
    content: "";
    background-image: url("../img/catalogPage/catalog-bg-min.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .catalog-top-links {
    position: relative;
    padding-top: 69px;
  }
  
  .catalog-top-content {
    position: relative;
    padding-top: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 53px;
  }
  .catalog-top-content__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: #E7EAEE;
  }
  .catalog-top-content__back {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #F5851A;
    position: relative;
  }
  .catalog-top-content__back::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.79289 0.292893C9.18342 -0.0976311 9.81658 -0.0976311 10.2071 0.292893C10.5976 0.683418 10.5976 1.31658 10.2071 1.70711L3.91421 8H18C18.5523 8 19 8.44771 19 9C19 9.55229 18.5523 10 18 10H3.91421L10.2071 16.2929C10.5976 16.6834 10.5976 17.3166 10.2071 17.7071C9.81658 18.0976 9.18342 18.0976 8.79289 17.7071L0.0857849 9L8.79289 0.292893Z' fill='%23F2994A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 19px;
    height: 18px;
    left: -32px;
    top: 1px;
  }