diff --git a/blocks/library/more/editor.scss b/blocks/library/more/editor.scss index 261e549b11be34..49b64a58ea41d7 100644 --- a/blocks/library/more/editor.scss +++ b/blocks/library/more/editor.scss @@ -9,8 +9,8 @@ white-space: nowrap; // Label - input { - font-size: 12px; + input[type=text] { + font-size: $default-font-size; text-transform: uppercase; font-weight: 600; font-family: $default-font; diff --git a/blocks/library/nextpage/editor.scss b/blocks/library/nextpage/editor.scss index 2811a2ae2f14be..aed6a2db0c22f9 100644 --- a/blocks/library/nextpage/editor.scss +++ b/blocks/library/nextpage/editor.scss @@ -9,9 +9,9 @@ // Label > span { + font-size: $default-font-size; position: relative; display: inline-block; - font-size: 12px; text-transform: uppercase; font-weight: 600; font-family: $default-font; diff --git a/components/form-token-field/style.scss b/components/form-token-field/style.scss index 5d21fa0b4c9e32..039246a7a72a8f 100644 --- a/components/form-token-field/style.scss +++ b/components/form-token-field/style.scss @@ -141,7 +141,6 @@ cursor: pointer; border-radius: 0 12px 12px 0; padding: 0 2px; - font-size: 10px; color: $dark-gray-500; line-height: 10px; diff --git a/editor/components/block-inspector/style.scss b/editor/components/block-inspector/style.scss index a6d93da8dc5c54..cb2e65fade9d01 100644 --- a/editor/components/block-inspector/style.scss +++ b/editor/components/block-inspector/style.scss @@ -36,5 +36,5 @@ } .editor-block-inspector__card-description { - font-size: 12px; + font-size: $default-font-size; } diff --git a/editor/components/document-outline/style.scss b/editor/components/document-outline/style.scss index e3ff4ad4ba84de..f4470fcdaa47e7 100644 --- a/editor/components/document-outline/style.scss +++ b/editor/components/document-outline/style.scss @@ -55,8 +55,8 @@ background: $light-gray-500; color: $dark-gray-800; border-radius: 3px; - font-size: 12px; - padding: 2px 6px; + font-size: $default-font-size; + padding: 1px 6px; margin-right: 4px; .is-invalid & { diff --git a/editor/components/post-format/style.scss b/editor/components/post-format/style.scss index 467be4b286047d..9b6b3c045b225f 100644 --- a/editor/components/post-format/style.scss +++ b/editor/components/post-format/style.scss @@ -13,5 +13,5 @@ .editor-post-format__suggestion { text-align: right; - font-size: 12px; + font-size: $default-font-size; } diff --git a/editor/components/table-of-contents/style.scss b/editor/components/table-of-contents/style.scss index a5b92378c4cb67..d7b6947450ee0d 100644 --- a/editor/components/table-of-contents/style.scss +++ b/editor/components/table-of-contents/style.scss @@ -21,7 +21,7 @@ width: 25%; display: flex; flex-direction: column; - font-size: 12px; + font-size: $default-font-size; color: $dark-gray-300; }