Making WordPress.org


Ignore:
Timestamp:
04/03/2020 08:24:03 AM (6 years ago)
Author:
dd32
Message:

Support: Restore some styles removed in [9696] by adding a missing SCSS file from [9664].

See #3659, #2822.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r9696 r9697  
    489489                }
    490490
     491                .bbp-create-topic-wrapper {
     492                        padding: 15px 0 25px;
     493                        text-align: center;
     494
     495                        .create-topic {
     496                                float: none;
     497                                height: auto;
     498                                padding: 9px 12px;
     499
     500                                &::before {
     501                                        color: #FFF;
     502                                }
     503
     504                                &.button-secondary::before {
     505                                        color: #000;
     506                                }
     507
     508                        }
     509
     510                        > span {
     511                                margin: 0 8px 0 6px;
     512                                font-size: 0.8rem;
     513                        }
     514
     515                        .search-form {
     516                                display: inline-block;
     517                                width: 50%;
     518                                margin-bottom: 0;
     519                        }
     520
     521                        @media (max-width: 767px) {
     522                                .create-topic,
     523                                > span,
     524                                .search-form {
     525                                        display: block;
     526                                        width: 100%;
     527                                }
     528
     529                                > span {
     530                                        margin: 3px 0;
     531                                }
     532                        }
     533                }
     534
    491535                .bbp-pagination {
    492536                        font-size: ms(-2);
Note: See TracChangeset for help on using the changeset viewer.