Blame view

public/scss/pages/about/about-form.scss 751 Bytes
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
  @import "../../vars";
  @import "../../mixins";
  
  .about-contact {
      padding-top: 200px;
      margin-bottom: 70px;
  }
  
  .about-contact-form {
      display: flex;
      max-width: 100%;
  
      &__title {
          font-weight: 700;
          font-size: 48px;
          line-height: 100%;
          color: $vmainGrey;
          margin-bottom: 56px;
          max-width: 300px;
          width: 100%;
      }
  
      &__button {
         margin-top: 24px;
         font-size: 16px; 
      }
  }
  
  .about-contact-form-line-one {
      margin-right: 45px;
  }
  
  .about-contact-form-line-two {
      margin-right: 45px;
  }
  
  .label-about {
      display: flex;
  }
  
  .input-about {
      margin-top: 0;
      margin-bottom: 32px;
  }
  
  .textarea-about {
      height: 230px;
      margin-top: 0;
      margin-bottom: 0;
  }