forked from opentripplanner/otp-react-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.css
More file actions
50 lines (42 loc) · 686 Bytes
/
example.css
File metadata and controls
50 lines (42 loc) · 686 Bytes
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
.otp .navbar {
border-radius: 0;
background-color: #444;
margin: 0px;
}
.otp .navbar .container {
margin-left: 0;
}
.otp .navbar-brand {
padding: 7px 10px;
}
.otp .navbar-title {
color: #fff;
font-size: 24px;
padding-top: 7px;
}
.otp.mobile .navbar-title {
padding-top: 2px;
}
.main-row {
position: fixed;
top: 52px;
bottom: 0px;
left: 0px;
right: 0px;
padding: 0px 15px;
}
/* Necessary for defining the height in the main panel nested elements. */
.main-row main {
height: 100%;
}
.sidebar {
height: 100%;
padding: 0;
box-shadow: 3px 0px 12px #00000052;
z-index: 1000;
}
.map-container {
height: 100%;
margin: 0px;
padding: 0px;
}