Proview & Access Token logic when saving to Gist

This commit is contained in:
jirik
2017-01-16 15:07:41 +01:00
parent e3b7e002b4
commit 7e3aa09d3e
4 changed files with 95 additions and 18 deletions

5
src/styles/_export.scss Normal file
View File

@@ -0,0 +1,5 @@
.maputnik-export-gist {
label.maputnik-checkbox-wrapper {
display: inline-block;
}
}

View File

@@ -27,6 +27,7 @@ $toolbar-height: 40px;
@import 'picker';
@import 'toolbar';
@import 'modal';
@import 'export';
@import 'layout';
@import 'layer';
@import 'input';