Changeset 7256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_badges.scss
- Timestamp:
- 05/31/2018 12:51:13 PM (7 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
r5904 r7256 4 4 5 5 .by-moderator { 6 box-shadow: -4px 0 0 white, -6px 0 0 $color__moderator;6 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__moderator; 7 7 } 8 8 9 .by-plugin-author, 9 10 .by-plugin-contributor, 10 11 .by-plugin-support-rep { 11 box-shadow: -4px 0 0 white, -6px 0 0 $color__plugin-author;12 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__plugin-author; 12 13 } 13 14 … … 15 16 .by-theme-contributor, 16 17 .by-theme-support-rep { 17 box-shadow: -4px 0 0 white, -6px 0 0 $color__theme-author;18 box-shadow: -4px 0 0 #fff, -6px 0 0 $color__theme-author; 18 19 } 19 20 … … 21 22 position: absolute; 22 23 top: 14px; 23 left: -4px; 24 left: -4px; 24 25 padding: 2px 6px; 25 color: white;26 color: #fff; 26 27 font-size: 0.6rem; 27 28 letter-spacing: 1px; … … 44 45 .bbp-search .bbp-search-results, 45 46 .bbp-user-replies-created { 47 46 48 div.author-has-badge { 47 49 box-shadow: none; … … 72 74 73 75 @media screen and ( max-width: 480px ) { 76 74 77 .author-badge { 75 78 top: -28px; 76 79 } 77 80 } 78
Note: See TracChangeset
for help on using the changeset viewer.