summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/extensions/blocks/map/editor.scss')
-rw-r--r--plugins/jetpack/extensions/blocks/map/editor.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/jetpack/extensions/blocks/map/editor.scss b/plugins/jetpack/extensions/blocks/map/editor.scss
new file mode 100644
index 00000000..ab66d12b
--- /dev/null
+++ b/plugins/jetpack/extensions/blocks/map/editor.scss
@@ -0,0 +1,28 @@
+
+.wp-block-jetpack-map__delete-btn {
+ padding: 0;
+ svg {
+ margin-right: 0.4em;
+ }
+}
+.wp-block-jetpack-map-components-text-control-api-key {
+ margin-right: 4px;
+ &.components-base-control .components-base-control__field {
+ margin-bottom: 0;
+ }
+}
+.wp-block-jetpack-map-components-text-control-api-key-submit.is-large {
+ height: 31px;
+}
+.wp-block-jetpack-map-components-text-control-api-key-submit:disabled {
+ opacity: 1;
+}
+.wp-block[data-type='jetpack/map'] {
+ .components-placeholder__label {
+ svg {
+ fill: currentColor;
+ margin-right: 6px;
+ margin-right: 1ch;
+ }
+ }
+}