mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 09:25:24 +01:00
Fix multi button style
This commit is contained in:
parent
fed1f09434
commit
3917a3e323
1 changed files with 5 additions and 2 deletions
|
@ -54,8 +54,11 @@
|
|||
|
||||
// MULTIBUTTON
|
||||
.maputnik-multibutton {
|
||||
@extend .maputnik-input;
|
||||
margin-right: $margin-1;
|
||||
padding: 0;
|
||||
|
||||
.maputnik-button {
|
||||
margin-right: $margin-1;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-button-selected {
|
||||
|
|
Loading…
Reference in a new issue