mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 00:43:15 +01:00
cda855f1b7
This adds a copy to clipboard button and input with the style parameter pre-populated after exporting a style to an anonymous gist. Also includes the URL as an input next to the button.
17 lines
246 B
SCSS
17 lines
246 B
SCSS
.maputnik-export-gist {
|
|
label.maputnik-checkbox-wrapper {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.maputnik-render-gist {
|
|
p {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
input.maputnik-string {
|
|
margin-left: 5px;
|
|
width: 60%;
|
|
display: inline-block;
|
|
}
|
|
}
|