Blame view

frontend/web/css/_contact.scss 642 Bytes
9b94956e   Виталий   blog/contacts/pac...
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
  .contacts-page-grey {
    background: $gray-color;
    border-radius: 12px;
    margin-top: 71px;
    .map-info-wrapp {
      width: 100%;
      color: $main-color;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 39px;
    }
  
    .map-mail {
      a {
        color: $link-color;
      }
    }
  
    .ico-map {
      margin-top: 24px;
    }
    .map-adress {
      margin-top: 13px;
    }
    .ico-map {
      margin-top: 23px;
    }
    .map-phone {
      margin-top: 12px;
    }
    .map-mail {
      margin-top: 8px;
    }
  }
  
  .section-contact-page {
    .title-pages {
      margin-bottom: 33px;
    }
  }
  
  @media (max-width: 767px) {
    .contacts-page-grey {
      margin-top: 0;
    }
  }