padding: 2px 0px;
}
+/* 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;
+ }
+ }
+}
+
/* Rules for the signup form */
#signupForm input[type="text"], #signupForm input[type="password"] {