Making WordPress.org


Ignore:
Timestamp:
03/08/2024 04:13:11 AM (2 years ago)
Author:
dd32
Message:

wporg-plugins-2024: Style updates, removing the wporg base theme, less style overrides.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/widget-area/_widgets.scss

    r13261 r13300  
    22.widget-area.home .widget {
    33        display: inline-block;
    4         font-size: ms( -1 );
     4        font-size: var( --wp--preset--font-size--small );
    55        margin: 0;
    66        vertical-align: top;
    7 
    8         .widget-title {
    9                 font-size: ms( 5 );
    10         }
     7        width: auto;
     8        margin: var( --wp--style--block-gap );
    119
    1210        @media screen and ( min-width: $ms-breakpoint ) {
    13                 margin-right: 5%;
     11                margin: 0;
    1412                width: 30%;
    1513
     14                &:first-child {
     15                        margin-right: 5%;
     16                }
     17
    1618                &:last-child {
    17                         margin-right: 0;
     19                        margin-left: 5%;
    1820                }
    1921        }
     
    2628
    2729.entry-meta .widget-title {
    28         font-size: ms( 2 );
     30        font-size: var( --wp--preset--font-size--heading-4 );
     31}
    2932
    30         // Override wp4.css.
    31         border: none;
    32         color: $color__text-main;
    33         font-weight: 600;
    34         padding: 0;
     33body.single.single-plugin .entry-meta {
     34        /* override parent */
     35        font-size: var( --wp--preset--font-size--normal );
    3536}
Note: See TracChangeset for help on using the changeset viewer.