Making WordPress.org


Ignore:
Timestamp:
03/11/2024 10:35:10 PM (2 years ago)
Author:
adamwood
Message:

wporg-support-2024: Fix notice styling

File:
1 edited

Legend:

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

    r13284 r13305  
    857857}
    858858
     859/*--------------------------------------------------------------
     860# Notices
     861--------------------------------------------------------------*/
     862
     863div.bbp-template-notice,
     864div.indicator-hint {
     865    // Matches notice block
     866    padding: 1.25em;
     867    border-radius: 2px;
     868    margin: 0 0 var(--wp--style--block-gap);
     869
     870    ul:last-child {
     871        margin-bottom: 0;
     872    }
     873
     874    p,
     875    li {
     876        font-size: var(--wp--preset--font-size--extra-small);
     877        padding: 0;
     878    }
     879}
    859880
    860881/*--------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.