Blame view

frontend/web/css/style/notepad.css 1.21 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
  .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;
      border-bottom:1px solid #dfdfdf;
      padding-bottom: 32px;
  }
  
  .header {
      height: 28px!important;
      font-size: 13px;
      font-weight: 500;
      background-color: #f5f5f5;
  }
  .choose_tovar tr{
      height: 47px;
  }
  
  .choose_tovar table{
      border-bottom: 3px solid #dfdfdf;
  }
  .choose_tovar table, .choose_tovar td, .choose_tovar tr {
      border: 1px solid #dfdfdf;
      vertical-align: middle;
  }
  
  .choose_tovar td {
      font-size: 13px;
      font-weight: 500;
      padding-left: 13px;
  
  }
  
  .choose_tovar td img{
      margin-left: 4px;
  }
  
  .choose_tovar td a{
     color:#333333;
     text-decoration: none;
  }
  .choose_tovar tr:hover{
      background-color:#ececec;
  }
  
  .header:hover{
      background-color:#f5f5f5!important;
  }
  
  .choose_tovar table{
      border-bottom: 3px solid #dfdfdf
  }