Changeset 13501 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss
- Timestamp:
- 04/11/2024 10:42:01 PM (20 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
r13485 r13501 343 343 .search-form { 344 344 font-size: 0; 345 margin-bottom: 2rem;346 347 345 max-width: 100%; 348 346 position: relative; 349 347 348 // Matches wp-block-search styles 350 349 .search-field { 351 350 border: none; 352 border-radius: 0; 353 box-shadow: none; 351 border-radius: var(--wp--custom--form--border--radius) 0 0 var(--wp--custom--form--border--radius); 354 352 display: block; 355 font-size: ms( 0 );356 margin: 0 auto;357 353 max-width: 100%; 358 padding: 0.5rem; 359 width: ms(28); 354 width: 232px; 355 background-color: var(--wp--custom--form--search--color--background); 356 font-size: var(--wp--custom--form--typography--font-size); 357 line-height: var(--wp--custom--button--typography--line-height); 358 color: var(--wp--custom--form--search--color--text); 359 box-shadow: var(--wp--custom--form--color--box-shadow); 360 font-family: inherit; 361 padding-inline: var(--wp--custom--form--padding--inline); 362 padding-block: var(--wp--custom--form--padding--block); 360 363 } 361 364 … … 394 397 display: block; 395 398 height: 100%; 396 padding: 0.5rem 1rem; 399 padding-inline: var(--wp--custom--form--padding--block); 400 padding-block: var(--wp--custom--form--padding--block); 397 401 position: absolute; 398 402 right: 0; … … 451 455 } 452 456 } 453 454 .site-main & .search-field {455 border: 1px solid var(--wp--preset--color--light-grey-1);456 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );457 padding: 0.5rem;458 width: 100%;459 }460 457 } 461 458
Note: See TracChangeset
for help on using the changeset viewer.