Making WordPress.org


Ignore:
Timestamp:
03/27/2024 07:15:22 AM (13 months ago)
Author:
dd32
Message:

wporg-plugins-2024: Plugins Cards: Switch out the icons for the new icons.

See https://github.com/orgs/WordPress/projects/40/views/21?pane=issue&itemId=57201279

File:
1 edited

Legend:

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

    r13310 r13391  
    3939            white-space: nowrap;
    4040
    41             i {
    42                 display: inline-block;
    43                 margin-right: 0.4rem;
    44             }
    45 
    46             &.last-updated {
    47                 display: none;
    48             }
    4941            &.plugin-author {
    5042                width: 100%;
    5143            }
    5244
     45            svg {
     46                height: 24px;
     47                width: 24px;
     48                vertical-align: bottom;
     49            }
    5350        }
    5451
     
    5653            min-width: 48%;
    5754        }
    58 
    59         .dashicons {
    60             margin: 0 2px -1rem;
    61             color: #bbb;
    62             width: auto;
    63             height: auto;
    64             display: none;
    65 
    66             @media (min-width:330px) {
    67                 display: inline-block;
    68             }
    69         }
    7055    }
    7156}
Note: See TracChangeset for help on using the changeset viewer.