Changeset 13343 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/styles/components/_wporg-filter-bar.scss
- Timestamp:
- 03/15/2024 03:48:39 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/styles/components/_wporg-filter-bar.scss
r13334 r13343 5 5 --wporg--filter-bar--focus--border-color: var(--wp--custom--button--focus--border--color); 6 6 7 max-width: var( --wp--style--global--content-size );8 7 margin: var( --wp--style--block-gap ) 0; 9 10 @media screen and ( max-width: $ms-breakpoint ) {11 margin: var(--wp--style--block-gap) var(--wp--preset--spacing--edge-space);12 }13 8 14 9 .wporg-query-filter__toggle.is-active, … … 86 81 } 87 82 } 88 89 @media screen and ( min-width: $large-breakpoint ) {90 max-width: var( --wp--style--global--wide-size );91 }92 83 }
Note: See TracChangeset
for help on using the changeset viewer.