Changeset 13391 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_plugin-card.scss
- Timestamp:
- 03/27/2024 07:15:22 AM (13 months ago)
- 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 39 39 white-space: nowrap; 40 40 41 i {42 display: inline-block;43 margin-right: 0.4rem;44 }45 46 &.last-updated {47 display: none;48 }49 41 &.plugin-author { 50 42 width: 100%; 51 43 } 52 44 45 svg { 46 height: 24px; 47 width: 24px; 48 vertical-align: bottom; 49 } 53 50 } 54 51 … … 56 53 min-width: 48%; 57 54 } 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 }70 55 } 71 56 }
Note: See TracChangeset
for help on using the changeset viewer.