UNPKG

544 BCSSView Raw
1.fullscreen:-moz-full-screen {
2 height: 100%;
3}
4.fullscreen:-webkit-full-screen {
5 height: 100%;
6}
7.fullscreen:-ms-fullscreen {
8 height: 100%;
9}
10
11.fullscreen:fullscreen {
12 height: 100%;
13}
14
15.fullscreen {
16 margin-bottom: 10px;
17 width: 100%;
18 height: 400px;
19}
20
21.ol-rotate {
22 top: 3em;
23}
24
25.map {
26 width: 80%;
27 height: 100%;
28 float: left;
29}
30
31.sidepanel {
32 background: #1F6B75;
33 width: 20%;
34 height: 100%;
35 float: left;
36}
37
38.sidepanel-title {
39 width: 100%;
40 font-size: 3em;
41 color: #ffffff;
42 display: block;
43 text-align: center;
44}