Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/typography/_copy.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/typography/_copy.scss
r3676 r3847 6 6 &.subheading { 7 7 color: #82878c; 8 @include font-size( ms-unitless( ms(2) ));8 font-size: ms( 2 ); 9 9 font-weight: 300; 10 margin: -6.4px auto 32px;11 10 margin: -0.4rem auto 2rem; 12 11 text-align: center; … … 14 13 15 14 &.intro { 16 @include font-size( ms-unitless( ms(2) ));15 font-size: ms( 2 ); 17 16 } 18 17 19 18 &.aside { 20 @include font-size( ms-unitless( ms(-2) ));19 font-size: ms( -2 ); 21 20 } 22 21 23 22 &.note { 24 @include font-size( ms-unitless( ms(-4) ) ); 25 letter-spacing: 0.16px; 23 font-size: ms( -4 ); 26 24 letter-spacing: 0.01rem; 27 25 max-width: ms(26); … … 44 42 background: $color__background-pre; 45 43 font-family: $font__pre; 46 @include font-size(0.9375);44 font-size: 0.9375rem; 47 45 line-height: $font__line-height-pre; 48 46 margin-bottom: 1.6em; … … 54 52 code, kbd, tt, var { 55 53 font-family: $font__code; 56 @include font-size(0.9375);54 font-size: 0.9375rem; 57 55 } 58 56
Note: See TracChangeset
for help on using the changeset viewer.