forked from opentripplanner/otp-react-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.css
53 lines (44 loc) · 736 Bytes
/
example.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
.otp .navbar {
border-radius: 0;
/* background-color: #444; */
background-color: #719;
}
.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;
}
.sidebar {
height: 100%;
padding: 10px;
overflow-y: scroll;
}
.map-container {
height: 100%;
margin: 0px;
padding: 0px;
}
.plan-trip-button:not([disabled]){
background-color: green;
color:white
}
/* .plan-trip-button:disabled .plan-trip-button:disabled:hover{
background-color: gray;
} */