We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e966bcf commit a76640cCopy full SHA for a76640c
src/stylesheets/app.scss
@@ -37,19 +37,15 @@ $breakpoint-tablet: 899px;
37
}
38
39
div.ol-full-screen {
40
- right: 3.0em;
+ right: 2.55rem;
41
42
43
div.ol-rotate {
44
- right: 5.5em;
45
-}
46
-
47
-div.ol-full-screen {
48
+ right: 4.7rem;
49
50
51
.ol-control.ol-bar.ol-top.ol-left, .ol-control.ol-bar.ol-top.ol-right {
52
- top: 5.2em;
+ top: 5.0rem;
53
54
55
.tabular .ol-layerswitcher label {
@@ -61,6 +57,10 @@ div.ol-full-screen {
61
57
line-height: initial;
62
58
63
59
60
+.tabular .ol-layerswitcher>button {
+ font-size: 1.5rem;
+}
+
64
#admin-menu a.gtt {
65
background-image: url(../images/map.png);
66
0 commit comments