Skip to content

Commit

Permalink
Merge pull request #5362 from rileybrook/update/$default-font-size
Browse files Browse the repository at this point in the history
Update [font-size: 13px] to $default-font-size
  • Loading branch information
jasmussen authored Mar 7, 2018
2 parents 0d9ad2c + c55d28b commit 96a62c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blocks/library/pullquote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
position: relative;
font-weight: 900;
text-transform: uppercase;
font-size: 13px;
font-size: $default-font-size;
}
}
2 changes: 1 addition & 1 deletion blocks/library/shortcode/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
padding: 4px 8px;
border: 1px solid $light-gray-500;
font-family: $default-font;
font-size: 13px;
font-size: $default-font-size;

&:focus {
border: 1px solid $dark-gray-500;
Expand Down
2 changes: 1 addition & 1 deletion edit-post/components/meta-boxes/meta-boxes-area/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
color: $dark-gray-800;
display: inline-block;
font-family: inherit;
font-size: 13px;
font-size: $default-font-size;
line-height: 24px;
outline: none;
padding: 4px;
Expand Down

0 comments on commit 96a62c3

Please sign in to comment.