Skip to content

Commit d2e918a

Browse files
committed
Larger control buttons
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 80b572e commit d2e918a

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/stylesheets/app.scss

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
.ol-map {
55
width: 100%;
6-
height: 400px;
6+
height: 420px;
77
border: 1px solid #E4E4E4;
88
}
99
#issue-form .ol-map {
@@ -12,10 +12,25 @@
1212
}
1313

1414
.ol-control button {
15-
background-color: rgba(40, 40, 40, 0.8);
15+
background-color: rgba(52, 73, 94, 0.8);
1616
}
1717
.ol-control button:hover {
18-
background-color: rgba(40, 40, 40, 1);
18+
background-color: rgba(52, 73, 94, 1);
19+
}
20+
21+
.ol-zoom button.ol-zoom-in,
22+
.ol-zoom button.ol-zoom-out,
23+
.ol-full-screen button.ol-full-screen-true,
24+
.ol-full-screen button.ol-full-screen-false,
25+
.ol-rotate button.ol-rotate-reset,
26+
.ol-bar .ol-button button {
27+
height: 32px;
28+
width: 32px;
29+
font-size: 1.6em;
30+
}
31+
32+
.ol-control.ol-bar.ol-top.ol-left, .ol-control.ol-bar.ol-top.ol-right {
33+
top: 5.2em;
1934
}
2035

2136
.tabular .ol-layerswitcher label {

0 commit comments

Comments
 (0)