Simplify and fix vertical alignment

Use the same css as the `maputnik-make-data-function` and `maputnik-make-zoom-function` buttons.
This commit is contained in:
Frederic Junod 2019-10-25 13:16:00 +02:00
parent 14d4383f8a
commit fbf5cec670

View file

@ -45,17 +45,12 @@
} }
.maputnik-delete-stop { .maputnik-delete-stop {
display: inline-block;
padding-bottom: 0;
padding-top: 0;
vertical-align: middle;
@extend .maputnik-icon-button; @extend .maputnik-icon-button;
vertical-align: top;
.maputnik-doc-wrapper {
width: auto;
}
.maputnik-doc-target {
cursor: pointer;
}
} }
.maputnik-add-stop { .maputnik-add-stop {