summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/extensions/blocks/map/locations/style.scss')
-rw-r--r--plugins/jetpack/extensions/blocks/map/locations/style.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/jetpack/extensions/blocks/map/locations/style.scss b/plugins/jetpack/extensions/blocks/map/locations/style.scss
new file mode 100644
index 00000000..73f5e8b5
--- /dev/null
+++ b/plugins/jetpack/extensions/blocks/map/locations/style.scss
@@ -0,0 +1,27 @@
+
+.component__locations__panel {
+ .edit-post-settings-sidebar__panel-block & {
+ margin-bottom: 1em;
+ &:empty {
+ display: none;
+ }
+ .components-panel__body:first-child {
+ border-top: none;
+ }
+ .components-panel__body,
+ .components-panel__body:first-child,
+ .components-panel__body:last-child {
+ max-width: 100%;
+ margin: 0;
+ }
+ .components-panel__body button {
+ padding-right: 40px;
+ }
+ }
+}
+.component__locations__delete-btn {
+ padding: 0;
+ svg {
+ margin-right: 0.4em;
+ }
+}