Changeset 13506 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
- Timestamp:
- 04/12/2024 03:44:43 AM (13 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
r13503 r13506 10 10 line-height: inherit; 11 11 overflow: inherit; 12 13 h1 { 14 font-size: var(--wp--preset--font-size--heading-1); 15 line-height: var(--wp--custom--heading--level-1--typography--line-height); 16 padding-bottom: unset; 17 } 12 18 } 13 19 … … 517 523 } 518 524 525 h1 + .bbp-pagination { 526 display: none !important; 527 } 528 519 529 .bbp-topic-pagination a { 520 530 border: 1px solid #ddd; … … 793 803 } 794 804 795 .single-forum.bbp-topic-form,805 body.single-forum #bbpress-forums .bbp-topic-form, 796 806 .bbp-view .bbp-topic-form { 797 margin-top: 1rem; 798 padding-top: 1rem; 799 border-top: 1px solid var(--wp--custom--color--border); 807 margin-top: var(--wp--preset--spacing--30); 800 808 clear: both; 809 border-top: none; 801 810 802 811 ul { … … 1164 1173 } 1165 1174 } 1166 1167 div.bbp-breadcrumb {1168 float: none;1169 }1170 1175 } 1171 1176 1172 1177 div.bbp-breadcrumb { 1173 font-size: ms(-2);1178 font-size: var(--wp--preset--font-size--small); 1174 1179 margin-bottom: 15px; 1175 1180 color: var(--wp--preset--color--charcoal-3); 1176 line-height: 27px;1181 float: none; 1177 1182 1178 1183 p {
Note: See TracChangeset
for help on using the changeset viewer.