mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
Public/private gists added. Fixes #238
Gists are now private by default with a option for public.
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
|
||||
// BUTTON
|
||||
.maputnik-button {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
background-color: $color-midgray;
|
||||
color: $color-lowgray;
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.maputnik-modal-sub-section {
|
||||
margin-top: $margin-1;
|
||||
}
|
||||
|
||||
.maputnik-modal-section--shrink {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user