Client - add shadow on static map (when hover)
This commit is contained in:
parent
1f5620ca35
commit
e9c06947c0
@ -60,8 +60,9 @@
|
|||||||
&.display-hover {
|
&.display-hover {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-top: 10px;
|
margin-top: 3px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
height: 225px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -255,6 +255,7 @@
|
|||||||
|
|
||||||
.static-map {
|
.static-map {
|
||||||
display: none;
|
display: none;
|
||||||
|
box-shadow: 3px 3px 3px 1px lightgrey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user