-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (64 loc) · 1.24 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
body,
html {
border: 0;
padding: 0;
margin: 0;
}
p {
font-size: 1vw !important;
line-height: 1.5vw !important;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
#map {
width: 100%;
height: 100%;
}
.routing-control {
background-color: #ffffff;
width: 270px;
padding-left: 30px;
border-radius: 15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.result-control,
.result-control-left,
.summary-control {
background-color: #ffffff;
width: 300px;
min-height: 60px;
max-height: 260px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
border-radius: 15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.result-control-left,
.summary-control {
width: 240px;
}
#tollReportTableWrapper {
overflow: auto;
max-height: 200px;
}
#tollCostsTable,
#summaryTable {
width: 100%;
}
.banner {
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 5px;
background-color: #ffffff;
padding-left: 30px;
padding-right: 30px;
border-radius: 15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.banner p {
margin-block: 5px;
}