Skip to content

Commit b8b0ecc

Browse files
committed
fix(map): visual fixes for map
1 parent 9fbfe68 commit b8b0ecc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/main/map/map.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ mo-map {
1010

1111
.list__container {
1212
margin-right: 20px;
13+
background: white;
14+
border: 1px solid $softGrey;
15+
border-radius: 2px;
1316

1417
md-list-item.md-2-line {
1518
border-bottom: 1px solid $softGrey;
@@ -58,7 +61,9 @@ mo-map {
5861
}
5962

6063
.list__map {
61-
background: $softGrey;
64+
background: white;
65+
border: 1px solid $softGrey;
66+
border-radius: 2px;
6267

6368
.angular-leaflet-map {
6469
width: 100%;

0 commit comments

Comments
 (0)