maputnik/src/styles/_export.scss
pjsier cda855f1b7 Add share style link, copy button
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.
2017-10-15 20:04:43 -05:00

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;
}
}