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