mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Twenty Nineteen: Ensure Pullquote Block text color is reflected on front-end.
This changeset ensures Pullquote Block text is consistent between the editor a on front-end. Props nithins53, umesh84, sabernhardt, deepakvijayan, poena. Fixes #55981. git-svn-id: https://develop.svn.wordpress.org/trunk@54413 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -350,12 +350,12 @@
|
||||
|
||||
//! Pullquote
|
||||
.wp-block-pullquote {
|
||||
color: $color__text-main;
|
||||
border-color: transparent;
|
||||
border-width: 2px;
|
||||
padding: $size__spacing-unit;
|
||||
|
||||
blockquote {
|
||||
color: $color__text-main;
|
||||
border: none;
|
||||
margin-top: calc(4 * #{ $size__spacing-unit});
|
||||
margin-bottom: calc(4.33 * #{ $size__spacing-unit});
|
||||
|
||||
Reference in New Issue
Block a user