Notice in style of map key
This commit is contained in:
parent
74ee5b751d
commit
a8de34ff60
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ html, body {
|
|||
|
||||
.notice {
|
||||
padding: 0.5em;
|
||||
background: hsla(215, 90%, 20%, 0.75);
|
||||
border-bottom: 5px solid hsl(215, 40%, 70%, 0.75);
|
||||
color: #fff;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
||||
}
|
||||
.leaflet-top.leaflet-left {
|
||||
z-index: 1001;
|
||||
|
|
Loading…
Reference in a new issue