Changeset 13503 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss
- Timestamp:
- 04/12/2024 02:03:45 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss
r13501 r13503 340 340 /*-------------------------------------------------------------- 341 341 # .search-form 342 # Matches wp-block-search styles 342 343 --------------------------------------------------------------*/ 343 344 .search-form { 345 display: inline-block; 344 346 font-size: 0; 345 347 max-width: 100%; 346 348 position: relative; 347 348 // Matches wp-block-search styles 349 width: 232px; 350 349 351 .search-field { 350 352 border: none; … … 352 354 display: block; 353 355 max-width: 100%; 354 width: 232px;356 width: 100%; 355 357 background-color: var(--wp--custom--form--search--color--background); 356 358 font-size: var(--wp--custom--form--typography--font-size);
Note: See TracChangeset
for help on using the changeset viewer.