Changeset 3398 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 06/17/2016 08:59:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3356 r3398 8 8 9 9 .plugin-banner { 10 background-position: 50% 50%; 10 11 background-size: 100%; 11 background-position: 50% 50%;12 12 display: inline-block; 13 13 font-size: 0; … … 29 29 30 30 .plugin-thumbnail { 31 display: none; 31 32 float: left; 32 display: none;33 33 height: 96px; 34 34 margin-right: 1rem; … … 53 53 .plugin-title { 54 54 clear: none; 55 @extend h3; 55 @include font-size( ms-unitless( ms(4) ) ); 56 font-weight: 400; 56 57 margin: 0; 57 58 } … … 77 78 overflow:hidden; 78 79 padding-bottom: 1px; 80 81 h1, h2, h3 { 82 @include font-size( ms-unitless( ms(0) ) ); 83 font-weight: 600; 84 letter-spacing: 0.01rem; 85 text-transform: uppercase; 86 } 87 88 h4, h5, h6 { 89 @include font-size( ms-unitless( ms(-2) ) ); 90 font-weight: 600; 91 letter-spacing: 0.05rem; 92 text-transform: uppercase; 93 } 79 94 80 95 p:first-child {
Note: See TracChangeset
for help on using the changeset viewer.