Blame view

frontend/web/css/news_all.css 318 Bytes
18b850c7   Administrator   Importers CRUD
1
2
3
4
  p, a, label, span{
      font-family: "Ubuntu"
  }
  
18b850c7   Administrator   Importers CRUD
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  .navigation:hover {
      color: #879cc3;
  }
  
  .navigation {
      color: #6b84b5;
      text-decoration: underline;
  }
  
  .vin img {
      margin-bottom: 1px;
  }
  
  .arrow_go {
      padding-bottom: 1px;
  }
  
18b850c7   Administrator   Importers CRUD
22
23
24
25
  
  .choose_tovar{
      width: 960px;
      margin: 20px auto;
a0c30ef8   Administrator   upload project
26
      border: none;
18b850c7   Administrator   Importers CRUD
27
28
  
  }
f0e0b86f   OlenaKl   fsgxfsgxf