Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/typography/_headings.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/_headings.scss
r3676 r3847 8 8 font-family: inherit; 9 9 line-height: $font__line-height-body; 10 margin: 32px 0 16px;11 10 margin: 2rem 0 1rem; 12 11 } 13 12 14 13 h1 { 15 @include font-size( ms-unitless( ms(12) ));14 font-size: ms( 12 ); 16 15 font-weight: 300; 17 16 } 18 17 19 18 h1.title { 20 @include font-size( ms-unitless( ms(-2) ));19 font-size: ms( -2 ); 21 20 color: $color__link; 22 21 font-weight: 600; 23 letter-spacing: 0.8px;24 22 letter-spacing: 0.05rem; 25 23 text-transform: uppercase; … … 27 25 28 26 h2 { 29 @include font-size( ms-unitless( ms(8) ));27 font-size: ms( 8 ); 30 28 font-weight: 300; 31 29 } 32 30 33 31 h3 { 34 @include font-size( ms-unitless( ms(4) ));32 font-size: ms( 4 ); 35 33 font-weight: 400; 36 34 } 37 35 38 36 h4 { 39 @include font-size( ms-unitless( ms(2) ));37 font-size: ms( 2 ); 40 38 41 39 // Override wp4.css. … … 47 45 48 46 h5 { 49 @include font-size( ms-unitless( ms(0) ));47 font-size: ms( 0 ); 50 48 font-weight: 600; 51 letter-spacing: 0.16px;52 49 letter-spacing: 0.01rem; 53 50 text-transform: uppercase; … … 55 52 56 53 h6 { 57 @include font-size( ms-unitless( ms(-2) ));54 font-size: ms( -2 ); 58 55 font-weight: 600; 59 56 letter-spacing: 0.8px;
Note: See TracChangeset
for help on using the changeset viewer.