-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
132 lines (112 loc) · 2.12 KB
/
style.css
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
129
130
131
132
.logo {
margin-right: 20px;
margin-bottom: 10px;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
}
.driver-form input {
width: 100%;
}
.driver-form div {
margin-bottom: 20px;
}
.driver-form button {
-webkit-transition: background-color 0.2s ease-out;
-moz-transition: background-color 0.2s ease-out;
-o-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
background: #2f3192;
color: #fff;
width: 60%;
padding: 10px 20px;
font-size: 12px;
}
.driver-form button:hover {
color: #2f3192;
background: #fafafa;
}
.heading {
min-height: 60px;
line-height: 60px;
background: #2f3192;
}
.heading h2 {
line-height: 60px;
color: #fff;
margin-bottom: 0;
}
.main-nav a {
color: #fff;
margin-right: 20px;
}
.card {
min-height: 300px;
overflow: hidden;
justify-content: space-between;
}
.card .img-holder {
height: 233px;
transition: 0.5s all;
display: flex;
align-items: center;
justify-content: center;
background: url(./bg_xee.gif) repeat;
}
.card:hover .img-holder {
transform: scale(1.05);
}
.card-body {
min-height: 75px;
height: 75px;
display: flex;
align-items: center;
justify-content: center;
flex: none;
border-top: 1px solid #eee;
}
.card-body h5 {
margin-bottom: 0;
}
.wanted-container {
border: 1px solid #2f3192;
}
body {
font-family: 'Roboto Condensed', sans-serif;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #2f3192;
color: white;
text-align: left;
}
.label
{
font-weight: bold;
}
.imageClass
{
margin-top: 10px;
margin-bottom: 10px;
}
.textboxstyle
{
margin-top: 23px;
}
.labelstyle
{
margin-left: -140px;
position: fixed;
}
.captchaLabel{
margin-left: 10px;
}
.detailHeader{
text-align: center;
border: thin;
}