Changeset 12284 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/_plugin-section.scss
- Timestamp:
- 11/30/2022 12:00:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/_plugin-section.scss
r10605 r12284 10 10 11 11 .section-header { 12 position: relative; 12 display: flex; 13 flex-flow: row wrap; 14 margin-bottom: 2rem; 15 column-gap: 10px; 13 16 } 14 17 15 18 .section-title { 19 flex: 1 1 auto; 16 20 font-size: ms( 4 ); 17 21 font-weight: 400; 18 margin-bottom: 3rem; 22 margin-bottom: 0; 23 margin-top: 0; 19 24 } 20 25 21 26 .section-link { 27 align-self: center; 28 flex: 0 0 auto; 22 29 font-size: ms( 0 ); 23 position: absolute;24 right: 0;25 top: 0.7rem;26 30 } 27 31 }
Note: See TracChangeset
for help on using the changeset viewer.