Skip to content

Commit

Permalink
Update _extends.scss
Browse files Browse the repository at this point in the history
replaced px padding with spacing vars
  • Loading branch information
JohnPixle authored Nov 23, 2023
1 parent e519e99 commit 2a8aea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/src/elements/_extends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
border: 0;
box-shadow: none;
font-weight: 600;
padding: 16px 32px;
border-radius: 3px;
padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
border-radius: 5px;
font-size: var(--wp--preset--font-size--normal);
}

Expand Down

0 comments on commit 2a8aea8

Please sign in to comment.