Changeset 56580
- Timestamp:
- 09/14/2023 09:45:48 AM (15 months ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r56036 r56580 1006 1006 /** === Button === */ 1007 1007 .wp-block-button .wp-block-button__link { 1008 line-height: 1.8;1008 line-height: inherit; 1009 1009 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 1010 1010 font-size: 0.88889em; -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r56036 r56580 382 382 383 383 .wp-block-button__link { 384 line-height: 1.8;384 line-height:inherit; 385 385 @include font-family( $font__heading ); 386 386 font-size: $font__size-sm; -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r56315 r56580 5490 5490 font-size: 0.88889em; 5491 5491 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5492 line-height: 1.2;5492 line-height: inherit; 5493 5493 box-sizing: border-box; 5494 5494 font-weight: bold;
Note: See TracChangeset
for help on using the changeset viewer.