Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/page/style.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 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/page/style.scss
r3844 r3847 1 @import "../../variables-site/variables-site";2 3 1 .page { 4 2 .entry-header { 5 margin-top: 32px;6 3 margin-top: 2rem; 7 4 8 5 .entry-title { 9 @include font-size(ms-unitless(ms(4)));6 font-size: ms( 4 ); 10 7 font-weight: 400; 11 8 margin: 0 auto; … … 13 10 14 11 @media screen and ( min-width: $ms-breakpoint ) { 15 padding: 0 32px;16 12 padding: 0 2rem; 17 13 } … … 19 15 } 20 16 21 22 17 .entry-content { 23 18 h2 { 24 @include font-size(ms-unitless(ms(4)));19 font-size: ms( 4 ); 25 20 font-weight: 400; 26 21 } 27 22 28 23 h3 { 29 @include font-size(ms-unitless(ms(0)));24 font-size: ms( 0 ); 30 25 font-weight: 600; 31 letter-spacing: 0.16px;32 26 letter-spacing: 0.01rem; 33 27 text-transform: uppercase; … … 35 29 36 30 section { 37 padding: 32px 0;38 31 padding: 2rem 0; 39 32 … … 43 36 44 37 @media screen and ( min-width: $ms-breakpoint ) { 45 padding: 0 32px;46 38 padding: 0 2rem; 47 39 }
Note: See TracChangeset
for help on using the changeset viewer.