Changeset 13503 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
- Timestamp:
- 04/12/2024 02:03:45 AM (14 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
r13501 r13503 62 62 63 63 @extend .clear; 64 }65 66 &.bbp-view-reviews #bbpress-forums .bbp-create-topic-wrapper .search-form {67 width: 100%;68 64 } 69 65 … … 451 447 .bbp-create-topic-wrapper { 452 448 display: flex; 453 flex- direction: column;449 flex-wrap: wrap; 454 450 gap: 10px; 455 451 margin-bottom: var(--wp--style--block-gap); 456 text-align: center;457 458 @media (min-width: 767px) {459 flex-direction: row;460 align-items: center;461 }462 452 463 453 .create-topic { 464 465 @extend .button-primary;466 454 // Match search field 467 455 line-height: var(--wp--custom--button--typography--line-height); 468 456 padding-inline: var(--wp--custom--form--padding--inline); 469 457 padding-block: var(--wp--custom--form--padding--block); 470 }471 472 @media (max-width: 767px) {473 474 .create-topic,475 .search-form,476 .search-field {477 width: 100%;478 }479 458 } 480 459 } … … 665 644 .favorite-toggle { 666 645 667 @extend .button ;646 @extend .button-primary; 668 647 } 669 648 670 649 .wporg-bbp-term-subscription { 671 margin-bottom: 1rem;650 margin-bottom: var(--wp--style--block-gap); 672 651 } 673 652 }
Note: See TracChangeset
for help on using the changeset viewer.