Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_badges.scss
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_badges.scss
r13167 r13272 4 4 5 5 .by-moderator { 6 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__moderator;6 box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--moderator); 7 7 } 8 8 … … 10 10 .by-plugin-contributor, 11 11 .by-plugin-support-rep { 12 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__plugin-author;12 box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--plugin-author); 13 13 } 14 14 … … 16 16 .by-theme-contributor, 17 17 .by-theme-support-rep { 18 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__theme-author;18 box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--theme-author); 19 19 } 20 20 21 21 .by-thread-starter { 22 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__thread_starter;22 box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--thread-starter); 23 23 } 24 24 25 25 .type-reported_topics { 26 border-right: 2px solid $color__thread-reporter;26 border-right: 2px solid var(--wp--custom--color--thread-reporter); 27 27 } 28 28 … … 39 39 40 40 .author-badge-moderator { 41 background-color: $color__moderator;41 background-color: var(--wp--custom--color--moderator); 42 42 } 43 43 44 44 .author-badge-thread-starter { 45 background-color: $color__thread-starter;45 background-color: var(--wp--custom--color--thread-starter); 46 46 } 47 47 48 48 .author-badge-plugin { 49 background-color: $color__plugin-author;49 background-color: var(--wp--custom--color--plugin-author); 50 50 } 51 51 52 52 .author-badge-theme { 53 background-color: $color__theme-author;53 background-color: var(--wp--custom--color--theme-author); 54 54 } 55 55 56 56 .author-badge-reporter { 57 background-color: $color__thread-reporter;57 background-color: var(--wp--custom--color--thread-reporter); 58 58 right: -2px; 59 59 left: initial; … … 73 73 74 74 .by-moderator { 75 border-left-color: $color__moderator;75 border-left-color: var(--wp--custom--color--moderator); 76 76 } 77 77 … … 79 79 .by-plugin-contributor, 80 80 .by-plugin-support-rep { 81 border-left-color: $color__plugin-author;81 border-left-color: var(--wp--custom--color--plugin-author); 82 82 } 83 83 … … 85 85 .by-theme-contributor, 86 86 .by-theme-support-rep { 87 border-left-color: $color__theme-author;87 border-left-color: var(--wp--custom--color--theme-author); 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.