]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/map-ui.css.scss
f9db835171298d875a67d559c584d3c597624628
[rails.git] / app / assets / stylesheets / map-ui.css.scss
1 .leaflet-control-zoom {
2   margin-bottom: 10px;
3 }
4
5 .leaflet-map-ui-layers {
6   box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
7   background: #f8f8f9;
8   -webkit-border-radius: 8px;
9   border-radius: 8px;
10   background-position: 50% 50%;
11   background-repeat: no-repeat;
12   display: block;
13   background-image: image-url("images/layers.png");
14   width: 36px;
15   height: 36px;
16 }
17
18 .leaflet-map-ui {
19   position: absolute;
20   display: none;
21   right: 0;
22   width: 200px;
23   height: 100%;
24   background: white;
25 }