Changeset 57599
- Timestamp:
- 02/12/2024 06:50:47 PM (10 months ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r54413 r57599 164 164 } 165 165 166 //! Button 166 //! Buttons 167 .wp-block-buttons { 168 line-height: $font__line-height-heading; 169 } 170 167 171 .wp-block-button { 168 172 … … 172 176 font-size: $font__size-sm; 173 177 @include font-family( $font__heading ); 174 line-height: $font__line-height-heading;175 178 box-sizing: border-box; 176 179 font-weight: bold; 177 180 text-decoration: none; 178 181 padding: ($size__spacing-unit * .76) $size__spacing-unit; 179 outline: none;180 182 outline: none; 181 183 -
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r57579 r57599 1005 1005 1006 1006 /** === Button === */ 1007 .wp-block-buttons { 1008 line-height: 1.2; 1009 } 1010 1007 1011 .wp-block-button .wp-block-button__link { 1008 line-height: inherit;1009 1012 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 1010 1013 font-size: 0.88889em; -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r57579 r57599 380 380 /** === Button === */ 381 381 382 .wp-block-buttons { 383 line-height: $font__line-height-heading; 384 } 385 382 386 .wp-block-button { 383 387 384 388 .wp-block-button__link { 385 line-height:inherit;386 389 @include font-family( $font__heading ); 387 390 font-size: $font__size-sm; -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r57069 r57599 5485 5485 } 5486 5486 5487 .entry .entry-content .wp-block-buttons { 5488 line-height: 1.2; 5489 } 5490 5487 5491 .entry .entry-content .wp-block-button .wp-block-button__link { 5488 5492 transition: background 150ms ease-in-out; … … 5490 5494 font-size: 0.88889em; 5491 5495 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5492 line-height: 1.2;5493 5496 box-sizing: border-box; 5494 5497 font-weight: bold; 5495 5498 text-decoration: none; 5496 5499 padding: 0.76rem 1rem; 5497 outline: none;5498 5500 outline: none; 5499 5501 } -
trunk/src/wp-content/themes/twentynineteen/style.css
r57069 r57599 2805 2805 color: inherit; 2806 2806 cursor: pointer; 2807 transition: background 250ms ease-in-out, transform 150ms ease; 2807 transition: background 250ms ease-in-out, 2808 transform 150ms ease; 2808 2809 -webkit-appearance: none; 2809 2810 -moz-appearance: none; … … 5497 5498 } 5498 5499 5500 .entry .entry-content .wp-block-buttons { 5501 line-height: 1.2; 5502 } 5503 5499 5504 .entry .entry-content .wp-block-button .wp-block-button__link { 5500 5505 transition: background 150ms ease-in-out; … … 5502 5507 font-size: 0.88889em; 5503 5508 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5504 line-height: 1.2;5505 5509 box-sizing: border-box; 5506 5510 font-weight: bold; 5507 5511 text-decoration: none; 5508 5512 padding: 0.76rem 1rem; 5509 outline: none;5510 5513 outline: none; 5511 5514 }
Note: See TracChangeset
for help on using the changeset viewer.