Skip to content
Snippets Groups Projects

Develop

Merged abbenhoumi requested to merge develop into master
23 files
+ 366
44
Compare changes
  • Side-by-side
  • Inline

Files

+ 13
0
#map-mapbox{
width : 100% ;
height : 100% ;
}
.marker{
background-image: url('../../assets/img/garbage.png');
background-size: 10px;
width: 10px;
height: 10px;
border-radius: 50%;
cursor: pointer;
}
\ No newline at end of file
Loading