X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d0ed118ee24401a7e6117efa74522e67a9babba6..ef73cc1f574124b10cda75188aa542d9f4d802bb:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index dd29b813d..915647735 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -569,10 +569,40 @@ a.donate { width: 200px; height: 100%; background: white; +} - .leaflet-container { - width: 100%; - height: 50px; +.layers-ui { + section { + border-top: 1px solid #868e85; + padding: 15px; + } + + li { + margin-bottom: 10px; + } + + label { + border-radius: 4px; + display: block; + padding: 5px; + background-color: #868e85; + } + + li.active label { + background-color: #68c879; + } + + .base-layers { + label { + border-radius: 0px 0px 4px 4px; + } + + .leaflet-container { + border-radius: 4px 4px 0px 0px; + width: 100%; + height: 50px; + cursor: pointer; + } } }