Changeset 13892 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/src/style/_card-grid.scss
- Timestamp:
- 07/10/2024 02:35:19 AM (23 months ago)
- 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 19 19 20 20 &::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: ""; 25 22 display: block; 26 23 width: 24px; … … 29 26 line-height: 1; 30 27 margin-right: 6px; 28 background: url(../../assets/icon-clock.svg) no-repeat; 31 29 } 32 30 }
Note: See TracChangeset
for help on using the changeset viewer.