diff --git a/src/css/common/_upsell.scss b/src/css/common/_upsell.scss index 0cbb16cb..fc95667a 100644 --- a/src/css/common/_upsell.scss +++ b/src/css/common/_upsell.scss @@ -76,9 +76,6 @@ p { margin-block: 0; margin-inline: 2em; - } - - h1 + p { font-size: 16px; } @@ -86,11 +83,6 @@ inline-size: 82px; } - h2 { - text-transform: uppercase; - font-size: 12px; - } - ul { display: grid; inline-size: 100%; diff --git a/src/css/edit.scss b/src/css/edit.scss index a99b100e..c08c4689 100644 --- a/src/css/edit.scss +++ b/src/css/edit.scss @@ -91,6 +91,14 @@ } } +.wrap > h2:first-of-type { + font-size: 1.5rem; + font-weight: 400; + line-height: 1.3; + padding: 0; + margin-block: 50px 1rem; +} + .snippet-name-wrapper { display: flex; gap: 0.5em; diff --git a/src/css/manage.scss b/src/css/manage.scss index 6ad811ac..59fb45b7 100644 --- a/src/css/manage.scss +++ b/src/css/manage.scss @@ -34,25 +34,12 @@ margin-inline: 0; } -.snippets-table-heading { - display: flex; - align-items: center; - margin-block: 50px 1.4rem; - - h1 { - font-size: 1.6rem; - padding: 0; - } - - .button-primary { - margin-inline-start: auto; - } -} - -.wrap > h1:first-of-type { - font-size: 1.6rem; +.wrap > h2:first-of-type { + font-size: 1.5rem; + font-weight: 400; + line-height: 1.3; padding: 0; - margin-block: 50px 1.4rem; + margin-block: 50px 1rem; .subtitle { vertical-align: middle; diff --git a/src/css/settings.scss b/src/css/settings.scss index 7bb8e3cd..54b451ec 100644 --- a/src/css/settings.scss +++ b/src/css/settings.scss @@ -3,6 +3,14 @@ $sections: general, editor, debug, version-switch; +.wrap > h2:first-of-type { + font-size: 1.5rem; + font-weight: 400; + line-height: 1.3; + padding: 0; + margin-block: 50px 1rem; +} + p.submit { display: flex; justify-content: space-between; diff --git a/src/css/welcome.scss b/src/css/welcome.scss index 5943e561..ca4eebcc 100644 --- a/src/css/welcome.scss +++ b/src/css/welcome.scss @@ -6,11 +6,12 @@ $breakpoint: 1060px; .code-snippets-welcome { - padding: 25px; - h2 { - font-size: 32px; - margin-block: 48px 32px; + font-size: 1.5rem; + font-weight: 500; + line-height: 1.3; + padding: 0; + margin-block: 50px 1rem; } } @@ -176,15 +177,6 @@ $breakpoint: 1060px; margin: 1em 0; } - h5 { - font-size: 12px; - text-transform: uppercase; - margin: 0 0 16px; - display: flex; - gap: 5px; - align-items: center; - } - ul { margin-block-start: 5px; } diff --git a/src/js/components/ManageMenu/CommunityCloud/CommunityCloud.tsx b/src/js/components/ManageMenu/CommunityCloud/CommunityCloud.tsx index 8bd9f4ca..c6109564 100644 --- a/src/js/components/ManageMenu/CommunityCloud/CommunityCloud.tsx +++ b/src/js/components/ManageMenu/CommunityCloud/CommunityCloud.tsx @@ -24,7 +24,7 @@ export const CommunityCloud = () => { return (
-

{__('Community Cloud', 'code-snippets')}

+

{__('Community Cloud', 'code-snippets')}