Ticket #55981: 55981.3.diff
File 55981.3.diff, 653 bytes (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
350 350 351 351 //! Pullquote 352 352 .wp-block-pullquote { 353 color: $color__text-main; 353 354 border-color: transparent; 354 355 border-width: 2px; 355 356 padding: $size__spacing-unit; 356 357 357 358 blockquote { 358 color: $color__text-main;359 359 border: none; 360 360 margin-top: calc(4 * #{ $size__spacing-unit}); 361 361 margin-bottom: calc(4.33 * #{ $size__spacing-unit});