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 {
|
.notice {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background: hsla(215, 90%, 20%, 0.75);
|
background: #fff;
|
||||||
border-bottom: 5px solid hsl(215, 40%, 70%, 0.75);
|
color: #000;
|
||||||
color: #fff;
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
||||||
}
|
}
|
||||||
.leaflet-top.leaflet-left {
|
.leaflet-top.leaflet-left {
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
|
|
Loading…
Reference in a new issue