Changeset 13425 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_badges.scss
- Timestamp:
- 04/01/2024 08:52:41 PM (11 months 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
r13419 r13425 15 15 font-size: 11px; 16 16 border-radius: var(--wp--custom--button--border--radius); 17 18 .bbp-topic-author & { 19 top: 2px; 20 } 21 22 @media screen and ( max-width: 568px ) { 23 24 .topic-indicator + .bbp-topic-author & { 25 top: 12px; 26 } 27 } 17 28 } 18 29 … … 88 99 .author-badge-reporter { 89 100 top: -28px; 101 102 .bbp-topic-author & { 103 top: -38px; 104 } 105 106 .topic-indicator + .bbp-topic-author & { 107 top: -28px; 108 } 90 109 } 91 110 }
Note: See TracChangeset
for help on using the changeset viewer.