Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/site/primary/plugin/section/_index.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/_index.scss
r3832 r3847 13 13 14 14 h1, h2, h3 { 15 @include font-size( ms-unitless( ms(0) ));15 font-size: ms( 0 ); 16 16 font-weight: 600; 17 letter-spacing: 0.16px;18 17 letter-spacing: 0.01rem; 19 18 text-transform: uppercase; … … 25 24 26 25 h4, h5, h6 { 27 @include font-size( ms-unitless( ms(-2) ));26 font-size: ms( -2 ); 28 27 font-weight: 600; 29 letter-spacing: 0.8px;30 28 letter-spacing: 0.05rem; 31 29 text-transform: uppercase; … … 37 35 38 36 h2:first-of-type { 39 @include font-size( ms-unitless( ms(2) ));37 font-size: ms( 2 ); 40 38 41 39 // Override wp4.css. … … 59 57 color: $color__link; 60 58 cursor: pointer; 61 @include font-size( ms-unitless( ms(-2) ) ); 62 margin-top: 8px; 59 font-size: ms( -2 ); 63 60 margin-top: 0.5rem; 64 61 position: relative;
Note: See TracChangeset
for help on using the changeset viewer.