We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbfe68 commit b8b0eccCopy full SHA for b8b0ecc
1 file changed
src/components/main/map/map.scss
@@ -10,6 +10,9 @@ mo-map {
10
11
.list__container {
12
margin-right: 20px;
13
+ background: white;
14
+ border: 1px solid $softGrey;
15
+ border-radius: 2px;
16
17
md-list-item.md-2-line {
18
border-bottom: 1px solid $softGrey;
@@ -58,7 +61,9 @@ mo-map {
58
61
}
59
62
60
63
.list__map {
- background: $softGrey;
64
65
66
67
68
.angular-leaflet-map {
69
width: 100%;
0 commit comments