Skip to content

Commit

Permalink
Adjust styles for local env
Browse files Browse the repository at this point in the history
The styles added in this commit primarily make the layout in the local env consistent with the sandbox and the prod.
(i.e., the styles on the sandbox and the prod are already aligned)
  • Loading branch information
renintw committed Sep 12, 2022
1 parent f39b363 commit 3ddcb55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/wp-content/themes/wporg-gutenberg/style-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ h3 {
.wp-block-button__link {
border-radius: var(--wp--custom--button--border--radius);
background-color: #32373c;
border-color: var(--wp--custom--button--border--color);
border-width: var(--wp--custom--button--border--width);
border-style: var(--wp--custom--button--border--style);
color: var(--wp--custom--button--color--text);
font-size: var(--wp--custom--button--typography--font-size);
font-weight: var(--wp--custom--button--typography--font-weight);
line-height: var(--wp--custom--button--typography--line-height);
padding-top: var(--wp--custom--button--spacing--padding--top);
padding-right: var(--wp--custom--button--spacing--padding--right);
padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
padding-left: var(--wp--custom--button--spacing--padding--left);
}

/**
Expand Down

0 comments on commit 3ddcb55

Please sign in to comment.