Skip to content

Commit

Permalink
Change map zoom control style
Browse files Browse the repository at this point in the history
  • Loading branch information
seballot committed Jan 16, 2017
1 parent 40944f2 commit 6606b93
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
a.leaflet-control-zoom-in {
font-size: 18px !important;
color: #3d3d3d;
}

a.leaflet-control-zoom-out {
font-size: 25px! important;
font-weight: normal;
color: #3d3d3d;
text-indent: 0;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control {
margin-right: 20px;
margin-top: 20px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@import "components/directory/map/cluster";
@import "components/directory/map/directions";
@import "components/directory/map/map";
@import "components/directory/map/map-controls";

@import "components/directory/info-bar/info-bar";
@import "components/directory/info-bar/element-menu";
Expand Down

0 comments on commit 6606b93

Please sign in to comment.