FIX: _ui.map.google markers sizing

This commit is contained in:
Tony Air 2020-01-31 22:57:02 +07:00
parent 247e6e5798
commit fd5e4c20be
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
padding: 10px 10px 15px;
border-radius: 3px;
background: $white;
width: 240px;
height: 5rem;
min-width: 240px;
min-height: 5rem;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}