Changeset 13300 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/widget-area/_widgets.scss
- Timestamp:
- 03/08/2024 04:13:11 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/widget-area/_widgets.scss
r13261 r13300 2 2 .widget-area.home .widget { 3 3 display: inline-block; 4 font-size: ms( -1);4 font-size: var( --wp--preset--font-size--small ); 5 5 margin: 0; 6 6 vertical-align: top; 7 8 .widget-title { 9 font-size: ms( 5 ); 10 } 7 width: auto; 8 margin: var( --wp--style--block-gap ); 11 9 12 10 @media screen and ( min-width: $ms-breakpoint ) { 13 margin -right: 5%;11 margin: 0; 14 12 width: 30%; 15 13 14 &:first-child { 15 margin-right: 5%; 16 } 17 16 18 &:last-child { 17 margin- right: 0;19 margin-left: 5%; 18 20 } 19 21 } … … 26 28 27 29 .entry-meta .widget-title { 28 font-size: ms( 2 ); 30 font-size: var( --wp--preset--font-size--heading-4 ); 31 } 29 32 30 // Override wp4.css. 31 border: none; 32 color: $color__text-main; 33 font-weight: 600; 34 padding: 0; 33 body.single.single-plugin .entry-meta { 34 /* override parent */ 35 font-size: var( --wp--preset--font-size--normal ); 35 36 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)