-/* Rules for the map UI */
-
-.layers-ui {
- .leaflet-container {
- display: none;
- }
-
- li {
- border-radius: 0;
- margin-bottom: 0;
-
- &:first-child {
- border-radius: 4px 4px 0 0;
- }
-
- &:last-child {
- border-radius: 0 0 4px 4px;
- }
- }
-
- .overlay-layers p {
- display: none;
- }
-}
-