mirror of
https://github.com/lukasmartinelli/postgis-editor.git
synced 2025-12-08 20:15:55 +00:00
Style navigation contorl
This commit is contained in:
parent
c98391ddcf
commit
aa0b50f6eb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user