Making WordPress.org


Ignore:
Timestamp:
07/10/2024 02:35:19 AM (23 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@8655549

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/src/style/_card-grid.scss

    r13884 r13892  
    1919
    2020            &::before {
    21                 // 'clock' icon
    22                 content: "\f469";
    23                 /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
    24                 font-family: dashicons;
     21                content: "";
    2522                display: block;
    2623                width: 24px;
     
    2926                line-height: 1;
    3027                margin-right: 6px;
     28                background: url(../../assets/icon-clock.svg) no-repeat;
    3129            }
    3230        }
Note: See TracChangeset for help on using the changeset viewer.