Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/front-page/plugin-section/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/front-page/plugin-section/style.scss
r3844 r3847 1 @import "../../variables-site/variables-site";2 3 1 .plugin-section { 4 2 border-bottom: 2px solid $color__border; … … 16 14 17 15 .section-title { 18 @include font-size( ms-unitless( ms(4) ));16 font-size: ms( 4 ); 19 17 font-weight: 400; 20 margin-bottom: 48px;21 18 margin-bottom: 3rem; 22 19 } 23 20 24 21 .section-link { 25 @include font-size( ms-unitless( ms(0) ));22 font-size: ms( 0 ); 26 23 position: absolute; 27 24 right: 0; 28 top: 11.2px;29 25 top: 0.7rem; 30 26 }
Note: See TracChangeset
for help on using the changeset viewer.