-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.css
130 lines (111 loc) · 1.83 KB
/
Home.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
.u-section-1 {
min-height: 665px;
}
/* #map {
height: 100vh;
width: 100%;
position: relative;
} */
.formBlock {
max-width: 300px;
background-color: #fff;
border: 1px solid #ddd;
position: absolute;
top: 10px;
left: 50px;
padding: 10px;
z-index: 999;
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 5px;
width: 10;
}
.input {
box-sizing: border-box;
padding: 10px;
width: 100%;
border: 1px solid #ddd;
font-size: 15px;
border-radius: 3px;
}
#form {
padding: 0;
margin: 0;
}
input:nth-child(1) {
margin-bottom: 10px;
}
/* from */
code {
background: none;
border: none;
border-radius: 0;
}
.map {
width: 100%;
height: 640px;
}
.hero {
position: relative;
}
.hero-header {
margin: auto;
background: rgba(255,255,255,0.7);
width: 100%;
text-align: center;
margin-top: 32px;
}
.hero-heading a {
color: inherit;
text-decoration: none;
}
.leaflet-container input {
margin-bottom: inherit;
}
.leaflet-container button {
display: inherit;
height: inherit;
width: inherit;
padding: inherit;
box-sizing: inherit;
}
.leaflet-container th, .leaflet-container td {
padding: inherit;
border-bottom: inherit;
}
.leaflet-container h2, .leaflet-container h3 {
line-height: inherit;
letter-spacing: inherit;
margin-top: inherit;
margin-bottom: inherit;
font-weight: inherit;
}
pre > code {
display: block;
padding: 0;
margin: 0;
font-size: 100%;
}
.leaflet-routing-error h3 {
font-size: 16px;
}
#osrm-error {
position: fixed;
top: 24px;
left: 25%;
right: 25%;
padding: 20px;
background: white;
border-radius: 4px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
z-index: 1001;
display: none;
}
#osrm-error-close {
position: absolute;
top: 0px;
right: 8px;
font-size: 24px;
font-weight: bold;
color: inherit;
text-decoration: none;
}