Changeset 13458 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
- Timestamp:
- 04/05/2024 02:38:51 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
r13455 r13458 7 7 8 8 #bbpress-forums { 9 font-size: ms(0);9 font-size: var(--wp--preset--font-size--normal); 10 10 line-height: inherit; 11 11 overflow: inherit; … … 119 119 .bbp-topic-voice-count, 120 120 .bbp-topic-reply-count { 121 font-size: ms(-3);121 font-size: var(--wp--preset--font-size--small); 122 122 } 123 123 … … 156 156 .bbp-topics { 157 157 border: 1px solid var(--wp--custom--color--border); 158 line-height: var(--wp--custom--body--short-text--typography--line-height); 158 159 159 160 > .bbp-header { … … 562 563 #bbpress-forums ul.bbp-topics, 563 564 #bbpress-forums #bbp-user-wrapper { 564 font-size: var(--wp--preset--font-size-- small);565 font-size: var(--wp--preset--font-size--normal); 565 566 } 566 567 … … 616 617 } 617 618 } 619 } 620 621 #bbpress-forums .bbp-forum-info .bbp-forum-content, 622 #bbpress-forums p.bbp-topic-meta { 623 font-size: var(--wp--preset--font-size--small); 624 } 625 626 #bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a { 627 font-size: var(--wp--preset--font-size--extra-small); 618 628 } 619 629
Note: See TracChangeset
for help on using the changeset viewer.