Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/site/primary/plugin/_single.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/_single.scss
r3832 r3847 33 33 float: left; 34 34 height: 96px; 35 margin-right: 16px;36 35 margin-right: 1rem; 37 36 width: 96px; … … 82 81 @keyframes favme-hover { 83 82 from { 84 @include font-size( ms-unitless( ms(3) ));83 font-size: ms( 3 ); 85 84 } 86 85 80% { 87 @include font-size( ms-unitless( ms(2) ));86 font-size: ms( 2 ); 88 87 } 89 88 } … … 99 98 color: #cbcdce; 100 99 display: flex; 101 @include font-size( ms-unitless( ms(2) ));100 font-size: ms( 2 ); 102 101 height: 100%; 103 102 justify-content: center; … … 133 132 .plugin-title { 134 133 clear: none; 135 @include font-size( ms-unitless( ms(4) ));134 font-size: ms( 4 ); 136 135 font-weight: 400; 137 136 margin: 0; … … 153 152 154 153 .entry-content { 155 max-width: 768px;156 154 max-width: 48rem; 157 155
Note: See TracChangeset
for help on using the changeset viewer.