Changeset 12892 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_badges.scss
- Timestamp:
- 09/17/2023 06:18:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_badges.scss
r10709 r12892 21 21 .by-thread-starter { 22 22 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__thread_starter; 23 } 24 25 .type-reported_topics { 26 border-right: 2px solid $color__thread-reporter; 23 27 } 24 28 … … 50 54 } 51 55 56 .author-badge-reporter { 57 background-color: $color__thread-reporter; 58 right: -2px; 59 left: initial; 60 border-radius: 2px 0 0 2px; 61 } 62 52 63 .bbp-view .bbp-topics, 53 64 .bbp-search .bbp-search-results, 54 .bbp-user-replies-created { 65 .bbp-user-replies-created, 66 .bbp-user-reports-submitted { 55 67 56 68 div.author-has-badge { … … 79 91 left: 0; 80 92 } 93 .author-badge-reporter { 94 left: initial; 95 right: 0; 96 } 81 97 } 82 98 83 99 @media screen and ( max-width: 480px ) { 84 100 85 .author-badge { 101 .author-badge, 102 .author-badge-reporter { 86 103 top: -28px; 87 104 }
Note: See TracChangeset
for help on using the changeset viewer.