Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/site/primary/plugin/section/_reviews.scss
- Timestamp:
- 08/23/2016 10:35:28 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/site/primary/plugin/section/_reviews.scss
r3825 r3847 7 7 8 8 .plugin-review + .plugin-review { 9 margin: 32px 0 16px;10 9 margin: 2rem 0 1rem; 11 10 } … … 23 22 24 23 .review-header { 25 margin: 0 0 8px;26 24 margin: 0 0 0.5rem; 27 25 } 28 26 29 27 .review-title { 30 @include font-size( ms-unitless( ms(0) ));28 font-size: ms( 0 ); 31 29 font-weight: 600; 32 letter-spacing: 0.16px;33 30 letter-spacing: 0.01rem; 34 margin: 0 0 8px;35 31 margin: 0 0 0.5rem; 36 32 text-transform: inherit; … … 48 44 49 45 .avatar { 50 margin-right: 16px;51 46 margin-right: 1rem; 52 47 } … … 69 64 .reviews-link { 70 65 display: inline-block; 71 @include font-size( ms-unitless( ms(-2) ) ); 72 margin-top: 8px; 66 font-size: ms( -2 ); 73 67 margin-top: 0.5rem; 74 68
Note: See TracChangeset
for help on using the changeset viewer.