Blame view

frontend/web/css/style/thanks.css 1.46 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
  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: 920px;
      margin: 121px auto 361px;
  }
  
  .error{
      font-size: 200px;
      color:#7a7a7a;
      font-weight: 700;
      display: inline-block;
  }
  
  .mobile_container{
      float:left;
      position: relative;
      width: 303px;
      height: 338px;
      display: inline-block;
      margin-left: 128px;
  }
  
  .small_logo{
      position: absolute;
      top:78px;
      left: 135px;
      animation-name: logo;
      animation-duration: 4s;
  }
  
  @keyframes logo{
      0%   {opacity: 0}
      100% {opacity: 1}
  }
  
  @-webkit-keyframes logo{
      0%   {opacity: 0}
      100% {opacity: 1}
  }
  
  .bold{
  
      margin-top: 46px;
      margin-right: 152px;
      float:right;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
  }
  
  .thin{
      margin-right: 55px;
     float:right;
      display: inline-block;
      font-size: 15px;
      font-weight: 400; 
  }
  
  .choose_tovar .purple{
      margin-left: 37px;
      width: 181px;
      margin-top: 35px;
      text-transform: uppercase;
      font-size: 11px;
  }
  
  
  .choose_tovar .purple:hover{
      background-color: #8399c4;
  }