-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleKel4.css
More file actions
131 lines (114 loc) · 1.99 KB
/
styleKel4.css
File metadata and controls
131 lines (114 loc) · 1.99 KB
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
@font-face {
font-family: "helvetica";
src: url("Helvetica.ttf") format("truetype");
}
body {
margin: 0;
padding: 0;
font-family: "helvetica", arial, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700 !important;
}
p {
font-size: 14px;
font-weight: 300;
}
.container-list-car {
width: 1100px;
background-color: #e5e5e5;
padding-left: 25px;
padding-top: 27px;
padding-right: 24px;
margin: auto;
}
.container-list-car .btn-group button {
font-size: 14px;
}
span.list-car {
color: black;
font-size: 20px;
font-weight: 700;
margin-bottom: 24px;
margin-top: 27px;
}
.btn.btn-primary {
background-color: #0d28a6;
border-radius: 2px;
font-weight: 700;
font-size: 14px;
height: 36px;
width: 142px;
}
.btn.btn-outline-primary {
border: 1px solid #aeb7e1;
color: #aeb7e1;
border-radius: 2px;
font-weight: 700;
background-color: white;
margin-right: 16px;
}
.btn.btn-outline-primary:hover {
color: #0d28a6;
background-color: #cfd4ed;
}
.list-button {
display: flex;
justify-content: space-between;
align-items: center;
}
.card {
width: 351px;
height: 482px;
margin-top: 32px;
display: flex;
border-radius: 8px;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
padding: 8px;
box-sizing: border-box;
}
.card .card-body h5.card-title {
display: flex;
justify-content: center;
margin-top: 24px;
margin-bottom: 47px;
}
.card .card-body h6 {
margin-bottom: 1rem;
}
.card .card-body .btn-group button img {
padding: 0 7px;
}
.card .card-body p.card-text img {
padding-right: 9.5px;
}
.btn.btn-danger {
width: 143.5px;
height: 48px;
background-color: white;
color: red;
font-weight: 700;
padding: 8px 12px;
margin-right: 16px;
}
.btn.btn-danger:hover {
background-color: white;
color: red;
}
.btn.btn-success {
width: 143.5px;
height: 48px;
background-color: #5cb85f;
color: white;
font-weight: 700;
padding: 8px 12px;
}
.btn.btn.btn-success:hover {
background-color: #5cb85f;
color: white;
}