File tree Expand file tree Collapse file tree 3 files changed +30
-30
lines changed Expand file tree Collapse file tree 3 files changed +30
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
< title > OTP R.R.</ title >
6
6
7
7
< link rel ="stylesheet " href ="dist/index.css ">
8
- < link rel ="stylesheet " href ="example.css ">
9
8
</ head >
10
9
< body >
11
10
< div id ="root "> </ div >
Original file line number Diff line number Diff line change 8
8
@import url (lib/components/map/map.css);
9
9
@import url (lib/components/form/form.css);
10
10
@import url (lib/components/narrative/narrative.css);
11
+
12
+ .row {
13
+ position : fixed;
14
+ top : 52px ;
15
+ bottom : 0px ;
16
+ left : 0px ;
17
+ right : 0px ;
18
+ padding : 0px 15px ;
19
+ }
20
+
21
+ .sidebar {
22
+ height : 100% ;
23
+ padding : 10px ;
24
+ overflow-y : scroll;
25
+ }
26
+
27
+ .map-container {
28
+ height : 100% ;
29
+ margin : 0px ;
30
+ padding : 0px ;
31
+ }
32
+
33
+ button .header , button .step , .intermediate-stops button {
34
+ background : inherit;
35
+ color : inherit;
36
+ border : 0 ;
37
+ text-align : inherit;
38
+ text-decoration : none;
39
+ width : 100% ;
40
+ }
You can’t perform that action at this time.
0 commit comments