Blame view

frontend/web/css/style/optovikam.css 1.39 KB
18b850c7   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  
  .navigation:hover {
      color: #879cc3;
  }
  
  .navigation {
      color: #6b84b5;
      text-decoration: underline;
  }
  
  .vin img {
      margin-bottom: 1px;
  }
  
  .arrow_go {
      padding-bottom: 1px;
  }
  
18b850c7   Administrator   Importers CRUD
19
20
21
22
  
  .choose_tovar{
      width: 960px;
      margin: 20px auto;
18b850c7   Administrator   Importers CRUD
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  }
  .choose_tovar-list{
      margin-bottom: 27px;
  }
  .choose_tovar-inviting{
      font-size: 18px;
      margin-bottom: 14px;
  }
  
  .choose_tovar-list p{
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 16px;
  }
  .choose_tovar-list li{
      padding-left: 13px;
e9f5784a   Administrator   upload project
39
      background-image: url("/images/purple_eclipse.png");
18b850c7   Administrator   Importers CRUD
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
      background-position: 2px 6px;
      background-repeat: no-repeat;
  
      font-size: 13px;
      margin-bottom:20px;
  }
  
  .choose_tovar-list li span{
      color: #6b84b5;
  }
  .choose_tovar-list ul{
      list-style-type: none;
      
  }
  
  .choose_tovar-list a{
      color:#6b84b5;
  }
  
  .tab-content table{
      width: auto;
      margin-top: 21px;
          margin-bottom: 29px;
  }
  
  .tab-content table td{
      width: 230px;
  }
  .team_header{
      font-size: 18px;
      font-weight: 600;
      height: 31px;
  }
  
  
  .personal_photo{
      height: 137px;
      padding-left: 9px;
  
  }
  .personal_name{
      font-size: 18px;
      height: 27px;
  }
  
  .team_contacts{
      height: 23px;
      font-size: 13px;
  }
  
  .team_contacts img{
      margin-right: 9px;
  }
  
  .choose_tovar-list table a{
      text-decoration: none;
      color:#333;
  }
  
  .long_line{
      height: 1px;
      width:688px;
      background-color: #dfdfdf;
  }