Blame view

frontend/web/css/new-style/_contacts.scss 318 Bytes
8c203875   Виталий   add form legal, c...
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
  .phones-ind {
    a {
      padding-left: 8px;
      &:first-child {
        padding-left: 0;
        padding-right: 8px;
      }
    }
  }
  
  .text-legal-phone {
    margin-top: 26px;
  }
  #contact {
    .text-muted {
      margin-bottom: 9px;
    }
  }
  
  @media (max-width: 767px) {
    .phones-ind {
      a {
        padding: 0 !important;
      }
    }
  
  }