mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 00:55:27 +01:00
Merge pull request #577 from fredj/del_btn_style
Simplify and fix vertical alignment of the delete button
This commit is contained in:
commit
8dfc16e7ee
1 changed files with 5 additions and 10 deletions
|
@ -45,17 +45,12 @@
|
|||
}
|
||||
|
||||
.maputnik-delete-stop {
|
||||
display: inline-block;
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
vertical-align: middle;
|
||||
|
||||
@extend .maputnik-icon-button;
|
||||
|
||||
vertical-align: top;
|
||||
|
||||
.maputnik-doc-wrapper {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.maputnik-doc-target {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-add-stop {
|
||||
|
|
Loading…
Reference in a new issue