Blame view

frontend/web/_css/change.css 716 Bytes
fabc662a   alex   правки по формам
1
  
aa6e6170   alex   Доделал мелкие пр...
2
3
4
5
6
7
8
  .fixed-header .phone-header .modal-link {
     bottom:-15px;
  }
  .mail-header table tr td a.sep-lang-a{
      color:#333;
      text-decoration: none;
  }
be2b3be7   alex   правки по формам
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
  
  
  .callback_text_input_label,label.control-label
  {
      margin-top: 12px;
      float: left;
      font-size: 14px;
      font-weight: 500;
  }
  input ,.form-control{
      width: 100%;
      float: left;
      outline: none !important;
      height: 38px;
      background: #f6f6f6;
      border: 1px solid #f6f6f6;
      padding-left: 8px;
      margin-top: 5px;
      resize: none;
      box-shadow: none;
      border-radius: 4px;
  }
  .form-wrapp{
      padding:0 15px;
  }
fabc662a   alex   правки по формам
34
35
36
37
38
39
  
  .phone-header .modal-link {
      bottom:5;
  }
  .gmnoprint img {
      max-width: none;
b2e6e4cc   alex   Добавил возможнос...
40
41
  }
  
9b0d0da0   alex   Вывел футер в шаб...
42
43
44
45
  .required label::before
  {
      content: "";
  }