mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
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.
18 lines
246 B
SCSS
18 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;
|
|
}
|
|
}
|