Blame view

public/scss/pages/about/about-privileges.scss 1.19 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
  @import "../../vars";
  @import "../../mixins";
  
  .privileges {
    padding-top: 123px;
  
    &__title {
      font-weight: 700;
      font-size: 48px;
      line-height: 100%;
      color: $vmainGrey;
    } 
  }
  
  .privileges-content {
      margin-top: 60px;
      display: flex;
  
      > :not(:last-child) {
          margin-right: 60px;
      }
  }
  
  .privileges-content-column {
      max-width: 46%;
      width: 100%;
  
      // > :not(:last-child) {
      //    margin-bottom: 40px; 
      // }
  }
  
  .privileges-content-block {
      display: flex;
  
      &__number {
          font-weight: 600;
          font-size: 60px;
          line-height: 100%;
          color: $vactiveOrange;
          margin-right: 35px;
      }
  }
  
  .content-block-number-1 {
      margin-right: 48px;
  }
  
  .privileges-block-info {
  
      &__title {
          font-weight: 600;
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 16px;
          color: $vmainGrey;
      }
  
      &__text {
          font-size: 16px;
          line-height: 22px;
          color: #636B78;
      }
  }
  
  .block-info-title-1 {
      max-width: 355px;
      width: 100%;
  }
  
  .block-info-title-3 {
      max-width: 277px;
      width: 100%;
  }
  
  .priv-block-1 {
      margin-bottom: 60px;
  }
  
  .priv-block-2 {
      margin-bottom: 70px;
  }