diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index 488f8226fe..2bb73f9755 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
777 | 777 | width: 44px; |
778 | 778 | } |
779 | 779 | |
780 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p { |
| 780 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 781 | .editor-styles-wrapper .wp-block-pullquote p { |
781 | 782 | font-family: inherit; |
782 | 783 | font-size: 28px; |
783 | 784 | font-weight: 700; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
786 | 787 | margin-bottom: 20px; |
787 | 788 | } |
788 | 789 | |
789 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child { |
| 790 | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child, |
| 791 | .editor-styles-wrapper .wp-block-pullquote p:last-child { |
790 | 792 | margin-bottom: 0; |
791 | 793 | } |
792 | 794 | |
793 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 795 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 796 | .editor-styles-wrapper .wp-block-pullquote p, |
794 | 797 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
795 | 798 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
796 | 799 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
797 | 800 | font-size: 28px; |
798 | 801 | } |
799 | 802 | |
| 803 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote blockquote p, |
| 804 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
| 805 | font-size: 48px; |
| 806 | } |
| 807 | |
800 | 808 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"], |
801 | 809 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] { |
802 | 810 | height: auto; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1294 | 1302 | |
1295 | 1303 | /* BLOCK: PULLQUOTE */ |
1296 | 1304 | |
1297 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 1305 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 1306 | .editor-styles-wrapper .wp-block-pullquote p, |
1298 | 1307 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
1299 | 1308 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
1300 | 1309 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1326 | 1335 | } |
1327 | 1336 | |
1328 | 1337 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="wide"] blockquote p, |
1329 | | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p { |
| 1338 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p, |
| 1339 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote p, |
| 1340 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
1330 | 1341 | font-size: 48px; |
1331 | 1342 | line-height: 1.203125; |
1332 | 1343 | } |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1405 | 1416 | } |
1406 | 1417 | |
1407 | 1418 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="wide"] blockquote p, |
1408 | | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p { |
| 1419 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p, |
| 1420 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote blockquote p, |
| 1421 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
1409 | 1422 | font-size: 64px; |
1410 | 1423 | } |
1411 | 1424 | |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 66e662628e..1f0036e99d 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
777 | 777 | width: 44px; |
778 | 778 | } |
779 | 779 | |
780 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p { |
| 780 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 781 | .editor-styles-wrapper .wp-block-pullquote p { |
781 | 782 | font-family: inherit; |
782 | 783 | font-size: 28px; |
783 | 784 | font-weight: 700; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
786 | 787 | margin-bottom: 20px; |
787 | 788 | } |
788 | 789 | |
789 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child { |
| 790 | .editor-styles-wrapper .wp-block .wp-block-pullquote p:last-child, |
| 791 | .editor-styles-wrapper .wp-block-pullquote p:last-child { |
790 | 792 | margin-bottom: 0; |
791 | 793 | } |
792 | 794 | |
793 | | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 795 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 796 | .editor-styles-wrapper .wp-block-pullquote p, |
794 | 797 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
795 | 798 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
796 | 799 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
797 | 800 | font-size: 28px; |
798 | 801 | } |
799 | 802 | |
| 803 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote blockquote p, |
| 804 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
| 805 | font-size: 48px; |
| 806 | } |
| 807 | |
800 | 808 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"], |
801 | 809 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] { |
802 | 810 | height: auto; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1295 | 1303 | /* BLOCK: PULLQUOTE */ |
1296 | 1304 | |
1297 | 1305 | .editor-styles-wrapper .wp-block .wp-block-pullquote p, |
| 1306 | .editor-styles-wrapper .wp-block-pullquote p, |
1298 | 1307 | .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p, |
1299 | 1308 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p, |
1300 | 1309 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p { |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1326 | 1335 | } |
1327 | 1336 | |
1328 | 1337 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="wide"] blockquote p, |
1329 | | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p { |
| 1338 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p, |
| 1339 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote p, |
| 1340 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
1330 | 1341 | font-size: 48px; |
1331 | 1342 | line-height: 1.203125; |
1332 | 1343 | } |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
1405 | 1416 | } |
1406 | 1417 | |
1407 | 1418 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="wide"] blockquote p, |
1408 | | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p { |
| 1419 | .editor-styles-wrapper .wp-block[data-type="core/pullquote"][data-align="full"] blockquote p, |
| 1420 | .editor-styles-wrapper .wp-block[data-align="wide"] .wp-block-pullquote blockquote p, |
| 1421 | .editor-styles-wrapper .wp-block[data-align="full"] .wp-block-pullquote blockquote p { |
1409 | 1422 | font-size: 64px; |
1410 | 1423 | } |
1411 | 1424 | |