Changeset 3676 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/typography/_copy.scss
- Timestamp:
- 07/12/2016 10:17:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/typography/_copy.scss
r3346 r3676 6 6 &.subheading { 7 7 color: #82878c; 8 font-size: ms(2);8 @include font-size( ms-unitless( ms(2) ) ); 9 9 font-weight: 300; 10 margin: -.4rem auto 2rem; 10 margin: -6.4px auto 32px; 11 margin: -0.4rem auto 2rem; 11 12 text-align: center; 12 13 } 14 13 15 &.intro { 14 font-size: ms(2);16 @include font-size( ms-unitless( ms(2) ) ); 15 17 } 18 16 19 &.aside { 17 font-size: ms(-2);20 @include font-size( ms-unitless( ms(-2) ) ); 18 21 } 22 19 23 &.note { 20 font-size: ms(-4); 24 @include font-size( ms-unitless( ms(-4) ) ); 25 letter-spacing: 0.16px; 21 26 letter-spacing: 0.01rem; 22 27 max-width: ms(26);
Note: See TracChangeset
for help on using the changeset viewer.