Blame view

frontend/web/css/style/brands.css 1.74 KB
18b850c7   Administrator   Importers CRUD
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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
  p, a, label, span{
      font-family: "Ubuntu"
  }
  
  .vin {
          margin-bottom: 19px!important;
      width: 960px;
      margin: 34px auto;
  
     
  }
  
  .navigation:hover {
      color: #879cc3;
  }
  
  .navigation {
      color: #6b84b5;
      text-decoration: underline;
  }
  
  .vin img {
      margin-bottom: 1px;
  }
  
  .arrow_go {
      padding-bottom: 1px;
  }
  
  .vin_article {
      font-size: 22px;
      font-weight: 500;
      margin-top: 22px;
        border-bottom:1px solid #dfdfdf;
        padding-bottom: 4px;
  }
  
  .choose_tovar{
      width: 960px;
      height: auto;
      margin: 0 auto;
  }
  
  .side_menu-list {
      list-style-type: none;
      float: left;
      font-family: Arial;
      font-size: 18px;
  }
  
  .side_menu-list a {
      color: #5c77ad;
      text-decoration: none;
      text-transform: uppercase;
  }
  
  .side_menu-list li {
      margin-bottom: 29px;
  }
  
  .active a {
      color: #333333;
  }
  .brand_block{
      margin-left: 240px;
  
  }
  .brand_block .name{
      font-family: 'Ubuntu';
      font-size: 18px;
  }
  
  .description{
      width: 720px;
      display: inline-block;
      line-height: 18px;
  }
  
  .description img{
      float:left;
      margin-right: 20px;
      margin-bottom: 38px;
      margin-top: 4px;
  }
  
  .right_side{
      width: 360px;
      float: right;
      list-style-type: none;
      margin-top: 11px;
  }
  
  .left_side{
      width: 360px;
      float:left;
      list-style-type: none;
      margin-top: 11px;
  }
  
  .brand_block a{
        color: #6b84b5;
      line-height: 22px;
      font-size: 13px;
      text-decoration: underline!important;  
  }
  
  .brand_block a:hover{
      color:#97aad0;
  }
  
  .name{
      text-transform: uppercase;
  }
  
  .lists{
      width: 720px;
      float: left;
      border-bottom: 1px solid #dfdfdf;
      margin-bottom: 31px;
  }
  
   .brand_block:last-of-type .lists{
      border-bottom: none;
   } 
  
  .side_menu-list a:hover{
      color:#8498c3;
  }