mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 18:20:38 +01:00
Added padding to 'maputnik-doc-button' and removed cursor from doc label.
This commit is contained in:
parent
ca56951256
commit
8441abe907
1 changed files with 1 additions and 4 deletions
|
@ -36,9 +36,6 @@
|
|||
|
||||
// DOC LABEL
|
||||
.maputnik-doc {
|
||||
&-target {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
&-wrapper {
|
||||
display: inline-block;
|
||||
|
@ -70,7 +67,7 @@
|
|||
background: $color-black;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 0;
|
||||
padding: 4px;
|
||||
|
||||
svg {
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in a new issue