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