Changeset 58204
- Timestamp:
- 05/27/2024 10:29:47 AM (9 months ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen/assets/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
r54139 r58204 365 365 } 366 366 367 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {368 font-size: 14px;369 font-size: 0.875rem;370 }371 372 367 /* Query Loop & Post Template */ 373 368 -
trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
r55913 r58204 772 772 /* Latest Comments */ 773 773 774 .editor-block-list__block ol.wp-block-latest-comments > li:before {775 content: '';776 }777 778 774 .wp-block-latest-comments article { 779 775 margin-bottom: 4em; … … 791 787 } 792 788 793 .editor- block-list__block.wp-block-latest-comments__comment-meta a {789 .editor-styles-wrapper .wp-block-latest-comments__comment-meta a { 794 790 -webkit-box-shadow: none; 795 791 box-shadow: none; … … 807 803 } 808 804 809 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {810 font-size: 14px;811 font-size: 0.875rem;812 }813 814 805 /* Latest Posts */ 815 806
Note: See TracChangeset
for help on using the changeset viewer.