Blame view

frontend/web/css/news_all.css 610 Bytes
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
  p, a, label, span{
      font-family: "Ubuntu"
  }
  
  .vin {
          margin-bottom: 19px!important;
      width: 960px;
      margin: 34px auto;
      border-bottom: 1px solid #dfdfdf;
     
  }
  
  .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;
  }
  
  .choose_tovar{
      width: 960px;
      margin: 20px auto;
  
  }
  
  .news{
      width: 480px;
      display: inline-block;
  }
  
  .news img{
      border:1px solid #dfdfdf;
  }