Making WordPress.org


Ignore:
Timestamp:
03/05/2024 02:45:07 AM (2 years ago)
Author:
adamwood
Message:

Support Theme: Redesign iteration 1

Replace wp4 with wporg-parent-2021
Redesign forums homepage
Reskin templates

File:
1 edited

Legend:

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

    r4779 r13272  
    1 @import "../mixins/mixins-master";
    2 @import "../variables-site/variables-site";
    3 
    41.locale-banner {
    5     background: $color__green;
    6     font-size: ms( -2 );
    7     padding: 0.5rem;
     2    background: var(--wp--preset--color--blueberry-4);
     3    font-size: var(--wp--preset--font-size--small);
    84    text-align: center;
    9 
    10     @media ( min-width: 67rem ) {
    11         margin: 1rem auto 0;
    12         max-width: $size__site-main;
    13     }
     5    color: var(--wp--preset--color--charcoal-1);
     6    line-height: 18px;
     7    padding-top: 8px;
     8    padding-bottom: 8px;
    149}
Note: See TracChangeset for help on using the changeset viewer.