Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/11/2024 06:16:38 PM (14 months ago)
Author:
imath
Message:

BP Hello screen: only display it to Community Site Admins

This screen targets Community Site Admins to inform them about the top features included in a new version of the plugin, its full change log as well as to explain how they can get involved into the BuddyPress open source project.

About this last point, the "Get Involved" subpage layout has also been improved so that warnings about how we can contribute to BuddyPress docs are better displayed.

Props emaralive

See #9111 (trunk)
Closes https://github.com/buddypress/buddypress/pull/263

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/sass/hello.scss

    r13709 r13789  
    3535    p {
    3636        font-size: 16px;
     37
     38        &.has-white-color.has-text-color.has-background.has-medium-font-size {
     39            color: #fff;
     40            padding: 1.25em 2.375em !important;
     41        }
     42
     43        a {
     44            text-decoration: none;
     45
     46            &:hover {
     47                color: #dd823b;
     48                text-decoration: underline;
     49            }
     50
     51            mark {
     52
     53                &.has-inline-color.has-white-color {
     54                    color: #fff;
     55                }
     56            }
     57        }
    3758    }
    3859
     
    4970        font-size: 1.1em;
    5071        font-weight: 500;
     72    }
     73
     74    .wp-container-core-buttons-is-layout-1 {
     75        display: flex;
     76        justify-content: center;
     77    }
     78
     79    .has-vivid-red-background-color {
     80        background-color: #be3631;
     81    }
     82
     83    .wp-block-button.is-style-fill a:hover {
     84        text-decoration: underline;
     85    }
     86
     87    .wp-block-button__link {
     88        color: #fff;
     89        box-shadow: none;
     90        text-decoration: none;
     91        padding: calc(0.667em + 2px) calc(1.333em + 2px);
     92        font-size: 1.125em;
    5193    }
    5294}
Note: See TracChangeset for help on using the changeset viewer.