Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

Commit

Permalink
Style navigation contorl
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Apr 16, 2016
1 parent c98391d commit aa0b50f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/scss/map.scss
Expand Up @@ -14,6 +14,19 @@
border-top-color: $bg-color;
}

.mapboxgl-ctrl-group {
background: $bg-color;
}

.mapboxgl-ctrl-group > button {
background-color: rgb(86, 83, 83);
border-color: $bg-color;

&:hover {
background-color: lighten(rgb(86, 83, 83), 10%);
}
}

.mapboxgl-popup-content {
background: $bg-color;
max-width: 600px;
Expand Down

0 comments on commit aa0b50f

Please sign in to comment.