Changeset 12653 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
- Timestamp:
- 06/13/2023 04:26:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
r12646 r12653 1384 1384 } 1385 1385 1386 /* Search form */ 1387 .search-form { 1388 margin-bottom: 2rem; 1389 max-width: 100%; 1390 1391 .wp-filter-search { 1392 -webkit-appearance: none; 1393 border: none; 1394 box-shadow: none; 1395 display: block; 1396 font-size: ms( 0 ); 1397 line-height: 1.5; 1398 margin: 0 auto; 1399 max-width: 100%; 1400 padding: 0.5rem; 1401 width: ms( 28 ); 1402 1403 &:focus-visible { 1404 box-shadow: 0 0 0 1px inset #33b3db; 1405 outline: 1px solid #fff; 1406 } 1407 } 1408 } 1409 1386 1410 /* Filter bar */ 1387 1411 .wp-filter { … … 1464 1488 } 1465 1489 1466 .wp-filter .search-form {1467 float: right;1468 margin: 10px 0;1469 display: inline-block;1470 }1471 1472 1490 .wp-filter .wp-filter-search { 1473 1491 margin: 0; … … 1477 1495 font-weight: 300; 1478 1496 line-height: 1.5; 1479 }1480 1481 .wp-filter .search-form select {1482 height: 33px;1483 vertical-align: top;1484 1497 } 1485 1498 … … 1849 1862 } 1850 1863 1851 .wp-filter .search-form {1852 float: none;1853 margin: 20px 0;1854 width: 100%;1855 }1856 1857 1864 .theme-wrap .theme-about .theme-head, 1858 1865 .theme-wrap .theme-about .theme-info, … … 1971 1978 } 1972 1979 1973 /* Full width search form. */1974 .wp-filter .search-form,1975 .wp-filter .wp-filter-search {1976 width: 100%;1977 }1978 1979 1980 .theme-browser .themes .theme { 1980 1981 margin-right: 0;
Note: See TracChangeset
for help on using the changeset viewer.