Changeset 13503
- Timestamp:
- 04/12/2024 02:03:45 AM (10 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_buttons.scss
r13501 r13503 49 49 .button-secondary { 50 50 border: 1px solid; 51 border-radius: 3px;51 border-radius: 2px; 52 52 box-sizing: border-box; 53 53 cursor: pointer; … … 240 240 &:visited { 241 241 box-shadow: none; 242 color: var(--wp--custom--button--color--text); 242 243 } 243 244 … … 254 255 &:focus { 255 256 background-color: var(--wp--custom--button--color--background); 256 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) ;257 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) !important; 257 258 outline: 1.5px solid var(--wp--custom--button--focus--border--color); 258 259 outline-offset: -1.5px; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
r13501 r13503 62 62 63 63 @extend .clear; 64 }65 66 &.bbp-view-reviews #bbpress-forums .bbp-create-topic-wrapper .search-form {67 width: 100%;68 64 } 69 65 … … 451 447 .bbp-create-topic-wrapper { 452 448 display: flex; 453 flex- direction: column;449 flex-wrap: wrap; 454 450 gap: 10px; 455 451 margin-bottom: var(--wp--style--block-gap); 456 text-align: center;457 458 @media (min-width: 767px) {459 flex-direction: row;460 align-items: center;461 }462 452 463 453 .create-topic { 464 465 @extend .button-primary;466 454 // Match search field 467 455 line-height: var(--wp--custom--button--typography--line-height); 468 456 padding-inline: var(--wp--custom--form--padding--inline); 469 457 padding-block: var(--wp--custom--form--padding--block); 470 }471 472 @media (max-width: 767px) {473 474 .create-topic,475 .search-form,476 .search-field {477 width: 100%;478 }479 458 } 480 459 } … … 665 644 .favorite-toggle { 666 645 667 @extend .button ;646 @extend .button-primary; 668 647 } 669 648 670 649 .wporg-bbp-term-subscription { 671 margin-bottom: 1rem;650 margin-bottom: var(--wp--style--block-gap); 672 651 } 673 652 } -
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); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/style-rtl.css
r13501 r13503 1360 1360 1.0 - Button Layouts 1361 1361 ---------------------------------------------------------------------------- */ 1362 .button, #bbpress-forums .reviews-submit-link > .btn, 1362 .button, 1363 .button-primary, 1364 #bbpress-forums .reviews-submit-link > .btn, 1363 1365 #bbpress-forums .subscription-toggle, 1364 1366 #bbpress-forums .favorite-toggle, 1365 .button-primary,1366 1367 #bbpress-forums fieldset.bbp-form .button.submit, 1367 #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn,1368 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle,1369 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle,1370 .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic,1371 1368 .button-secondary { 1372 1369 border: 1px solid; 1373 border-radius: 3px;1370 border-radius: 2px; 1374 1371 box-sizing: border-box; 1375 1372 cursor: pointer; … … 1395 1392 } 1396 1393 1397 .button.button-large, #bbpress-forums .reviews-submit-link > .button-large.btn, 1398 #bbpress-forums .button-large.subscription-toggle, 1399 #bbpress-forums .button-large.favorite-toggle, 1400 .button-group.button-large .button, 1401 .button-group.button-large #bbpress-forums .reviews-submit-link > .btn, 1402 #bbpress-forums .button-group.button-large .reviews-submit-link > .btn, 1403 .button-group.button-large #bbpress-forums .subscription-toggle, 1404 #bbpress-forums .button-group.button-large .subscription-toggle, 1405 .button-group.button-large #bbpress-forums .favorite-toggle, 1406 #bbpress-forums .button-group.button-large .favorite-toggle { 1394 .button.button-large, 1395 .button-group.button-large .button { 1407 1396 height: 1.953125rem; 1408 1397 line-height: 1; … … 1410 1399 } 1411 1400 1412 .button.button-small, #bbpress-forums .reviews-submit-link > .button-small.btn, 1413 #bbpress-forums .button-small.subscription-toggle, 1414 #bbpress-forums .button-small.favorite-toggle, 1415 .button-group.button-small .button, 1416 .button-group.button-small #bbpress-forums .reviews-submit-link > .btn, 1417 #bbpress-forums .button-group.button-small .reviews-submit-link > .btn, 1418 .button-group.button-small #bbpress-forums .subscription-toggle, 1419 #bbpress-forums .button-group.button-small .subscription-toggle, 1420 .button-group.button-small #bbpress-forums .favorite-toggle, 1421 #bbpress-forums .button-group.button-small .favorite-toggle { 1401 .button.button-small, 1402 .button-group.button-small .button { 1422 1403 font-size: 0.64rem; 1423 1404 height: 1.25rem; … … 1426 1407 } 1427 1408 1428 a.button.button-large, #bbpress-forums .reviews-submit-link > a.button-large.btn, 1429 #bbpress-forums a.button-large.subscription-toggle, 1430 #bbpress-forums a.button-large.favorite-toggle, 1431 .button-group.button-large a.button, 1432 .button-group.button-large #bbpress-forums .reviews-submit-link > a.btn, 1433 #bbpress-forums .button-group.button-large .reviews-submit-link > a.btn, 1434 .button-group.button-large #bbpress-forums a.subscription-toggle, 1435 #bbpress-forums .button-group.button-large a.subscription-toggle, 1436 .button-group.button-large #bbpress-forums a.favorite-toggle, 1437 #bbpress-forums .button-group.button-large a.favorite-toggle { 1409 a.button.button-large, 1410 .button-group.button-large a.button { 1438 1411 line-height: 1.953125rem; 1439 1412 } 1440 1413 1441 a.button.button-small, #bbpress-forums .reviews-submit-link > a.button-small.btn, 1442 #bbpress-forums a.button-small.subscription-toggle, 1443 #bbpress-forums a.button-small.favorite-toggle, 1444 .button-group.button-small a.button, 1445 .button-group.button-small #bbpress-forums .reviews-submit-link > a.btn, 1446 #bbpress-forums .button-group.button-small .reviews-submit-link > a.btn, 1447 .button-group.button-small #bbpress-forums a.subscription-toggle, 1448 #bbpress-forums .button-group.button-small a.subscription-toggle, 1449 .button-group.button-small #bbpress-forums a.favorite-toggle, 1450 #bbpress-forums .button-group.button-small a.favorite-toggle { 1414 a.button.button-small, 1415 .button-group.button-small a.button { 1451 1416 line-height: 1.25rem; 1452 1417 } 1453 1418 1454 .button:active, #bbpress-forums .reviews-submit-link > .btn:active, 1455 #bbpress-forums .subscription-toggle:active, 1456 #bbpress-forums .favorite-toggle:active, 1457 .button:focus, 1458 #bbpress-forums .reviews-submit-link > .btn:focus, 1459 #bbpress-forums .subscription-toggle:focus, 1460 #bbpress-forums .favorite-toggle:focus { 1419 .button:active, 1420 .button:focus { 1461 1421 outline: none; 1462 1422 } 1463 1423 1464 .button.hidden, #bbpress-forums .reviews-submit-link > .hidden.btn, 1465 #bbpress-forums .hidden.subscription-toggle, 1466 #bbpress-forums .hidden.favorite-toggle { 1424 .button.hidden { 1467 1425 display: none; 1468 1426 } … … 1483 1441 2.0 - Default Button Style 1484 1442 ---------------------------------------------------------------------------- */ 1485 .button, #bbpress-forums .reviews-submit-link > .btn, 1486 #bbpress-forums .subscription-toggle, 1487 #bbpress-forums .favorite-toggle, 1443 .button, 1488 1444 .button-secondary { 1489 1445 background: #f7f7f7; … … 1494 1450 } 1495 1451 1496 p .button, p #bbpress-forums .reviews-submit-link > .btn, #bbpress-forums p .reviews-submit-link > .btn, 1497 p #bbpress-forums .subscription-toggle, 1498 #bbpress-forums p .subscription-toggle, 1499 p #bbpress-forums .favorite-toggle, 1500 #bbpress-forums p .favorite-toggle { 1452 p .button { 1501 1453 vertical-align: baseline; 1502 1454 } 1503 1455 1504 .button.hover, #bbpress-forums .reviews-submit-link > .hover.btn, 1505 #bbpress-forums .hover.subscription-toggle, 1506 #bbpress-forums .hover.favorite-toggle, 1456 .button.hover, 1507 1457 .button:hover, 1508 #bbpress-forums .reviews-submit-link > .btn:hover,1509 #bbpress-forums .subscription-toggle:hover,1510 #bbpress-forums .favorite-toggle:hover,1511 1458 .button-secondary:hover, 1512 1459 .button.focus, 1513 #bbpress-forums .reviews-submit-link > .focus.btn,1514 #bbpress-forums .focus.subscription-toggle,1515 #bbpress-forums .focus.favorite-toggle,1516 1460 .button:focus, 1517 #bbpress-forums .reviews-submit-link > .btn:focus,1518 #bbpress-forums .subscription-toggle:focus,1519 #bbpress-forums .favorite-toggle:focus,1520 1461 .button-secondary:focus { 1521 1462 background: #fafafa; … … 1524 1465 } 1525 1466 1526 .button.focus, #bbpress-forums .reviews-submit-link > .focus.btn, 1527 #bbpress-forums .focus.subscription-toggle, 1528 #bbpress-forums .focus.favorite-toggle, 1467 .button.focus, 1529 1468 .button:focus, 1530 #bbpress-forums .reviews-submit-link > .btn:focus,1531 #bbpress-forums .subscription-toggle:focus,1532 #bbpress-forums .favorite-toggle:focus,1533 1469 .button-secondary:focus, 1534 1470 .button-link:focus { … … 1537 1473 } 1538 1474 1539 .button.active, #bbpress-forums .reviews-submit-link > .active.btn, 1540 #bbpress-forums .active.subscription-toggle, 1541 #bbpress-forums .active.favorite-toggle, 1475 .button.active, 1542 1476 .button.active:hover, 1543 #bbpress-forums .reviews-submit-link > .active.btn:hover,1544 #bbpress-forums .active.subscription-toggle:hover,1545 #bbpress-forums .active.favorite-toggle:hover,1546 1477 .button:active, 1547 #bbpress-forums .reviews-submit-link > .btn:active,1548 #bbpress-forums .subscription-toggle:active,1549 #bbpress-forums .favorite-toggle:active,1550 1478 .button-secondary:active { 1551 1479 background: var(--wp--preset--color--light-grey-1); … … 1555 1483 } 1556 1484 1557 .button.active:focus, #bbpress-forums .reviews-submit-link > .active.btn:focus, 1558 #bbpress-forums .active.subscription-toggle:focus, 1559 #bbpress-forums .active.favorite-toggle:focus { 1485 .button.active:focus { 1560 1486 border-color: #5b9dd9; 1561 1487 box-shadow: none; 1562 1488 } 1563 1489 1564 .button[disabled], #bbpress-forums .reviews-submit-link > [disabled].btn, 1565 #bbpress-forums [disabled].subscription-toggle, 1566 #bbpress-forums [disabled].favorite-toggle, 1490 .button[disabled], 1567 1491 .button:disabled, 1568 #bbpress-forums .reviews-submit-link > .btn:disabled,1569 #bbpress-forums .subscription-toggle:disabled,1570 #bbpress-forums .favorite-toggle:disabled,1571 1492 .button.disabled, 1572 #bbpress-forums .reviews-submit-link > .disabled.btn,1573 #bbpress-forums .disabled.subscription-toggle,1574 #bbpress-forums .disabled.favorite-toggle,1575 1493 .button-secondary[disabled], 1576 1494 .button-secondary:disabled, … … 1606 1524 3.0 - Primary Button Style 1607 1525 ---------------------------------------------------------------------------- */ 1608 .button-primary, #bbpress-forums fieldset.bbp-form .button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn,1609 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle,1610 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic,1526 .button-primary, #bbpress-forums .reviews-submit-link > .btn, 1527 #bbpress-forums .subscription-toggle, 1528 #bbpress-forums .favorite-toggle, #bbpress-forums fieldset.bbp-form .button.submit, 1611 1529 .download-button, 1612 1530 .is-primary, … … 1634 1552 text-decoration: none; 1635 1553 } 1636 .button-primary:visited, #bbpress-forums fieldset.bbp-form .button.submit:visited, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:visited,1637 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:visited,1638 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:visited, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:visited,1554 .button-primary:visited, #bbpress-forums .reviews-submit-link > .btn:visited, 1555 #bbpress-forums .subscription-toggle:visited, 1556 #bbpress-forums .favorite-toggle:visited, #bbpress-forums fieldset.bbp-form .button.submit:visited, 1639 1557 .download-button:visited, 1640 1558 .is-primary:visited, … … 1642 1560 button[type=submit]:visited { 1643 1561 box-shadow: none; 1644 } 1645 .button-primary.hover, #bbpress-forums fieldset.bbp-form .hover.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .hover.submit.btn, 1646 #bbpress-forums fieldset.bbp-form .hover.submit.subscription-toggle, 1647 #bbpress-forums fieldset.bbp-form .hover.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .hover.create-topic, .button-primary:hover, #bbpress-forums fieldset.bbp-form .button.submit:hover, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:hover, 1648 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:hover, 1649 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:hover, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:hover, .button-primary.focus, #bbpress-forums fieldset.bbp-form .focus.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .focus.submit.btn, 1650 #bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle, 1651 #bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .focus.create-topic, .button-primary:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:focus, 1652 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus, 1653 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:focus, 1562 color: var(--wp--custom--button--color--text); 1563 } 1564 .button-primary.hover, #bbpress-forums .reviews-submit-link > .hover.btn, 1565 #bbpress-forums .hover.subscription-toggle, 1566 #bbpress-forums .hover.favorite-toggle, #bbpress-forums fieldset.bbp-form .hover.button.submit, .button-primary:hover, #bbpress-forums .reviews-submit-link > .btn:hover, 1567 #bbpress-forums .subscription-toggle:hover, 1568 #bbpress-forums .favorite-toggle:hover, #bbpress-forums fieldset.bbp-form .button.submit:hover, .button-primary.focus, #bbpress-forums .reviews-submit-link > .focus.btn, 1569 #bbpress-forums .focus.subscription-toggle, 1570 #bbpress-forums .focus.favorite-toggle, #bbpress-forums fieldset.bbp-form .focus.button.submit, .button-primary:focus, #bbpress-forums .reviews-submit-link > .btn:focus, 1571 #bbpress-forums .subscription-toggle:focus, 1572 #bbpress-forums .favorite-toggle:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, 1654 1573 .download-button.hover, 1655 1574 .download-button:hover, … … 1672 1591 color: var(--wp--custom--button--hover--color--text); 1673 1592 } 1674 .button-primary.focus, #bbpress-forums fieldset.bbp-form .focus.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .focus.submit.btn,1675 #bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle,1676 #bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .focus.create-topic, .button-primary:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:focus,1677 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus,1678 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:focus,1593 .button-primary.focus, #bbpress-forums .reviews-submit-link > .focus.btn, 1594 #bbpress-forums .focus.subscription-toggle, 1595 #bbpress-forums .focus.favorite-toggle, #bbpress-forums fieldset.bbp-form .focus.button.submit, .button-primary:focus, #bbpress-forums .reviews-submit-link > .btn:focus, 1596 #bbpress-forums .subscription-toggle:focus, 1597 #bbpress-forums .favorite-toggle:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, 1679 1598 .download-button.focus, 1680 1599 .download-button:focus, … … 1686 1605 button[type=submit]:focus { 1687 1606 background-color: var(--wp--custom--button--color--background); 1688 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) ;1607 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) !important; 1689 1608 outline: 1.5px solid var(--wp--custom--button--focus--border--color); 1690 1609 outline-offset: -1.5px; 1691 1610 } 1692 .button-primary.active, #bbpress-forums fieldset.bbp-form .active.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .active.submit.btn, 1693 #bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle, 1694 #bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .active.create-topic, .button-primary.active:hover, .button-primary.active:focus, .button-primary:active, #bbpress-forums fieldset.bbp-form .button.submit:active, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:active, 1695 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:active, 1696 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:active, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:active, 1611 .button-primary.active, #bbpress-forums .reviews-submit-link > .active.btn, 1612 #bbpress-forums .active.subscription-toggle, 1613 #bbpress-forums .active.favorite-toggle, #bbpress-forums fieldset.bbp-form .active.button.submit, .button-primary.active:hover, #bbpress-forums .reviews-submit-link > .active.btn:hover, 1614 #bbpress-forums .active.subscription-toggle:hover, 1615 #bbpress-forums .active.favorite-toggle:hover, .button-primary.active:focus, #bbpress-forums .reviews-submit-link > .active.btn:focus, 1616 #bbpress-forums .active.subscription-toggle:focus, 1617 #bbpress-forums .active.favorite-toggle:focus, .button-primary:active, #bbpress-forums .reviews-submit-link > .btn:active, 1618 #bbpress-forums .subscription-toggle:active, 1619 #bbpress-forums .favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.submit:active, 1697 1620 .download-button.active, 1698 1621 .download-button.active:hover, … … 1719 1642 background-color: var(--wp--custom--button--active--color--background); 1720 1643 } 1721 .button-primary[disabled], #bbpress-forums fieldset.bbp-form [disabled].button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > [disabled].submit.btn,1722 #bbpress-forums fieldset.bbp-form [disabled].submit.subscription-toggle,1723 #bbpress-forums fieldset.bbp-form [disabled].submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper [disabled].create-topic, .button-primary:disabled, #bbpress-forums fieldset.bbp-form .button.submit:disabled, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:disabled,1724 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:disabled,1725 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:disabled, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:disabled, .button-primary.disabled, #bbpress-forums fieldset.bbp-form .disabled.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .disabled.submit.btn,1726 #bbpress-forums fieldset.bbp-form .disabled.submit.subscription-toggle,1727 #bbpress-forums fieldset.bbp-form .disabled.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .disabled.create-topic,1644 .button-primary[disabled], #bbpress-forums .reviews-submit-link > [disabled].btn, 1645 #bbpress-forums [disabled].subscription-toggle, 1646 #bbpress-forums [disabled].favorite-toggle, #bbpress-forums fieldset.bbp-form [disabled].button.submit, .button-primary:disabled, #bbpress-forums .reviews-submit-link > .btn:disabled, 1647 #bbpress-forums .subscription-toggle:disabled, 1648 #bbpress-forums .favorite-toggle:disabled, #bbpress-forums fieldset.bbp-form .button.submit:disabled, .button-primary.disabled, #bbpress-forums .reviews-submit-link > .disabled.btn, 1649 #bbpress-forums .disabled.subscription-toggle, 1650 #bbpress-forums .disabled.favorite-toggle, #bbpress-forums fieldset.bbp-form .disabled.button.submit, 1728 1651 .download-button[disabled], 1729 1652 .download-button:disabled, … … 1743 1666 cursor: default; 1744 1667 } 1745 .button-primary.button.button-hero, #bbpress-forums .reviews-submit-link > .button-primary.button-hero.btn, 1746 #bbpress-forums .button-primary.button-hero.subscription-toggle, 1747 #bbpress-forums .button-primary.button-hero.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.submit.btn, 1748 #bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle, 1749 #bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button.button-hero.create-topic, .bbpress #bbpress-forums .bbp-create-topic-wrapper .reviews-submit-link > .button-hero.create-topic.btn, 1750 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.subscription-toggle, 1751 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.favorite-toggle, 1668 .button-primary.button.button-hero, #bbpress-forums .reviews-submit-link > .button.button-hero.btn, 1669 #bbpress-forums .button.button-hero.subscription-toggle, 1670 #bbpress-forums .button.button-hero.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.submit, 1752 1671 .download-button.button.button-hero, 1753 #bbpress-forums .reviews-submit-link > .download-button.button-hero.btn,1754 #bbpress-forums .download-button.button-hero.subscription-toggle,1755 #bbpress-forums .download-button.button-hero.favorite-toggle,1756 1672 .is-primary.button.button-hero, 1757 #bbpress-forums .reviews-submit-link > .is-primary.button-hero.btn,1758 #bbpress-forums .is-primary.button-hero.subscription-toggle,1759 #bbpress-forums .is-primary.button-hero.favorite-toggle,1760 1673 input[type=submit].button.button-hero, 1761 #bbpress-forums .reviews-submit-link > input[type=submit].button-hero.btn, 1762 #bbpress-forums input[type=submit].button-hero.subscription-toggle, 1763 #bbpress-forums input[type=submit].button-hero.favorite-toggle, 1764 button[type=submit].button.button-hero, 1765 #bbpress-forums .reviews-submit-link > button[type=submit].button-hero.btn, 1766 #bbpress-forums button[type=submit].button-hero.subscription-toggle, 1767 #bbpress-forums button[type=submit].button-hero.favorite-toggle { 1674 button[type=submit].button.button-hero { 1768 1675 box-shadow: none; 1769 1676 } 1770 .button-primary.button.button-hero.active, #bbpress-forums .reviews-submit-link > .button-primary.button-hero.active.btn, 1771 #bbpress-forums .button-primary.button-hero.active.subscription-toggle, 1772 #bbpress-forums .button-primary.button-hero.active.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.active.submit.btn, 1773 #bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle, 1774 #bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button.button-hero.active.create-topic, .bbpress #bbpress-forums .bbp-create-topic-wrapper .reviews-submit-link > .button-hero.active.create-topic.btn, 1775 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.active.create-topic.subscription-toggle, 1776 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.active.create-topic.favorite-toggle, .button-primary.button.button-hero.active:hover, .button-primary.button.button-hero.active:focus, .button-primary.button.button-hero:active, #bbpress-forums .reviews-submit-link > .button-primary.button-hero.btn:active, 1777 #bbpress-forums .button-primary.button-hero.subscription-toggle:active, 1778 #bbpress-forums .button-primary.button-hero.favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.button-hero.submit:active, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.submit.btn:active, 1779 #bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle:active, 1780 #bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle:active, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button.button-hero.create-topic:active, .bbpress #bbpress-forums .bbp-create-topic-wrapper .reviews-submit-link > .button-hero.create-topic.btn:active, 1781 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.subscription-toggle:active, 1782 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.favorite-toggle:active, 1677 .button-primary.button.button-hero.active, #bbpress-forums .reviews-submit-link > .button.button-hero.active.btn, 1678 #bbpress-forums .button.button-hero.active.subscription-toggle, 1679 #bbpress-forums .button.button-hero.active.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit, .button-primary.button.button-hero.active:hover, .button-primary.button.button-hero.active:focus, .button-primary.button.button-hero:active, #bbpress-forums .reviews-submit-link > .button.button-hero.btn:active, 1680 #bbpress-forums .button.button-hero.subscription-toggle:active, 1681 #bbpress-forums .button.button-hero.favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.button-hero.submit:active, 1783 1682 .download-button.button.button-hero.active, 1784 #bbpress-forums .reviews-submit-link > .download-button.button-hero.active.btn,1785 #bbpress-forums .download-button.button-hero.active.subscription-toggle,1786 #bbpress-forums .download-button.button-hero.active.favorite-toggle,1787 1683 .download-button.button.button-hero.active:hover, 1788 1684 .download-button.button.button-hero.active:focus, 1789 1685 .download-button.button.button-hero:active, 1790 #bbpress-forums .reviews-submit-link > .download-button.button-hero.btn:active,1791 #bbpress-forums .download-button.button-hero.subscription-toggle:active,1792 #bbpress-forums .download-button.button-hero.favorite-toggle:active,1793 1686 .is-primary.button.button-hero.active, 1794 #bbpress-forums .reviews-submit-link > .is-primary.button-hero.active.btn,1795 #bbpress-forums .is-primary.button-hero.active.subscription-toggle,1796 #bbpress-forums .is-primary.button-hero.active.favorite-toggle,1797 1687 .is-primary.button.button-hero.active:hover, 1798 1688 .is-primary.button.button-hero.active:focus, 1799 1689 .is-primary.button.button-hero:active, 1800 #bbpress-forums .reviews-submit-link > .is-primary.button-hero.btn:active,1801 #bbpress-forums .is-primary.button-hero.subscription-toggle:active,1802 #bbpress-forums .is-primary.button-hero.favorite-toggle:active,1803 1690 input[type=submit].button.button-hero.active, 1804 #bbpress-forums .reviews-submit-link > input[type=submit].button-hero.active.btn,1805 #bbpress-forums input[type=submit].button-hero.active.subscription-toggle,1806 #bbpress-forums input[type=submit].button-hero.active.favorite-toggle,1807 1691 input[type=submit].button.button-hero.active:hover, 1808 1692 input[type=submit].button.button-hero.active:focus, 1809 1693 input[type=submit].button.button-hero:active, 1810 #bbpress-forums .reviews-submit-link > input[type=submit].button-hero.btn:active,1811 #bbpress-forums input[type=submit].button-hero.subscription-toggle:active,1812 #bbpress-forums input[type=submit].button-hero.favorite-toggle:active,1813 1694 button[type=submit].button.button-hero.active, 1814 #bbpress-forums .reviews-submit-link > button[type=submit].button-hero.active.btn,1815 #bbpress-forums button[type=submit].button-hero.active.subscription-toggle,1816 #bbpress-forums button[type=submit].button-hero.active.favorite-toggle,1817 1695 button[type=submit].button.button-hero.active:hover, 1818 1696 button[type=submit].button.button-hero.active:focus, 1819 button[type=submit].button.button-hero:active, 1820 #bbpress-forums .reviews-submit-link > button[type=submit].button-hero.btn:active, 1821 #bbpress-forums button[type=submit].button-hero.subscription-toggle:active, 1822 #bbpress-forums button[type=submit].button-hero.favorite-toggle:active { 1697 button[type=submit].button.button-hero:active { 1823 1698 box-shadow: none; 1824 1699 } … … 1843 1718 } 1844 1719 1845 .button-group > .button, #bbpress-forums .reviews-submit-link.button-group > .btn, 1846 #bbpress-forums .button-group > .subscription-toggle, 1847 #bbpress-forums .button-group > .favorite-toggle { 1720 .button-group > .button { 1848 1721 border-radius: 0; 1849 1722 display: inline-block; … … 1852 1725 } 1853 1726 1854 .button-group > .button-primary, #bbpress-forums fieldset.bbp-form .button-group > .button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link.button-group > .submit.btn,1855 #bbpress-forums fieldset.bbp-form .button-group > .submit.subscription-toggle,1856 #bbpress-forums fieldset.bbp-form .button-group > .submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-group > .create-topic{1727 .button-group > .button-primary, #bbpress-forums .reviews-submit-link.button-group > .btn, 1728 #bbpress-forums .button-group > .subscription-toggle, 1729 #bbpress-forums .button-group > .favorite-toggle, #bbpress-forums fieldset.bbp-form .button-group > .button.submit { 1857 1730 z-index: 100; 1858 1731 } 1859 1732 1860 .button-group > .button:hover, #bbpress-forums .reviews-submit-link.button-group > .btn:hover, 1861 #bbpress-forums .button-group > .subscription-toggle:hover, 1862 #bbpress-forums .button-group > .favorite-toggle:hover { 1733 .button-group > .button:hover { 1863 1734 z-index: 20; 1864 1735 } 1865 1736 1866 .button-group > .button:first-child, #bbpress-forums .reviews-submit-link.button-group > .btn:first-child, 1867 #bbpress-forums .button-group > .subscription-toggle:first-child, 1868 #bbpress-forums .button-group > .favorite-toggle:first-child { 1737 .button-group > .button:first-child { 1869 1738 border-radius: 0 3px 3px 0; 1870 1739 } 1871 1740 1872 .button-group > .button:last-child, #bbpress-forums .reviews-submit-link.button-group > .btn:last-child, 1873 #bbpress-forums .button-group > .subscription-toggle:last-child, 1874 #bbpress-forums .button-group > .favorite-toggle:last-child { 1741 .button-group > .button:last-child { 1875 1742 border-radius: 3px 0 0 3px; 1876 1743 } 1877 1744 1878 .button-group > .button:focus, #bbpress-forums .reviews-submit-link.button-group > .btn:focus, 1879 #bbpress-forums .button-group > .subscription-toggle:focus, 1880 #bbpress-forums .button-group > .favorite-toggle:focus { 1745 .button-group > .button:focus { 1881 1746 position: relative; 1882 1747 z-index: 1; … … 2417 2282 /*-------------------------------------------------------------- 2418 2283 # .search-form 2284 # Matches wp-block-search styles 2419 2285 --------------------------------------------------------------*/ 2420 2286 .search-form { 2287 display: inline-block; 2421 2288 font-size: 0; 2422 2289 max-width: 100%; 2423 2290 position: relative; 2291 width: 232px; 2424 2292 } 2425 2293 .search-form .search-field { … … 2428 2296 display: block; 2429 2297 max-width: 100%; 2430 width: 232px;2298 width: 100%; 2431 2299 background-color: var(--wp--custom--form--search--color--background); 2432 2300 font-size: var(--wp--custom--form--typography--font-size); … … 2726 2594 } 2727 2595 2728 .bbpress.bbp-view-reviews #bbpress-forums .bbp-create-topic-wrapper .search-form {2729 width: 100%;2730 }2731 2596 .bbpress.bbp-view-all-replies #bbpress-forums .status-pending .even, 2732 2597 .bbpress.bbp-view-all-replies #bbpress-forums .status-pending .odd { … … 3035 2900 .bbpress #bbpress-forums .bbp-create-topic-wrapper { 3036 2901 display: flex; 3037 flex- direction: column;2902 flex-wrap: wrap; 3038 2903 gap: 10px; 3039 2904 margin-bottom: var(--wp--style--block-gap); 3040 text-align: center;3041 }3042 @media (min-width: 767px) {3043 .bbpress #bbpress-forums .bbp-create-topic-wrapper {3044 flex-direction: row;3045 align-items: center;3046 }3047 2905 } 3048 2906 .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic { … … 3050 2908 padding-inline: var(--wp--custom--form--padding--inline); 3051 2909 padding-block: var(--wp--custom--form--padding--block); 3052 }3053 @media (max-width: 767px) {3054 .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic,3055 .bbpress #bbpress-forums .bbp-create-topic-wrapper .search-form,3056 .bbpress #bbpress-forums .bbp-create-topic-wrapper .search-field {3057 width: 100%;3058 }3059 2910 } 3060 2911 .bbpress #bbpress-forums .bbp-pagination { … … 3200 3051 } 3201 3052 #bbpress-forums .wporg-bbp-term-subscription { 3202 margin-bottom: 1rem;3053 margin-bottom: var(--wp--style--block-gap); 3203 3054 } 3204 3055 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/style.css
r13501 r13503 1360 1360 1.0 - Button Layouts 1361 1361 ---------------------------------------------------------------------------- */ 1362 .button, #bbpress-forums .reviews-submit-link > .btn, 1362 .button, 1363 .button-primary, 1364 #bbpress-forums .reviews-submit-link > .btn, 1363 1365 #bbpress-forums .subscription-toggle, 1364 1366 #bbpress-forums .favorite-toggle, 1365 .button-primary,1366 1367 #bbpress-forums fieldset.bbp-form .button.submit, 1367 #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn,1368 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle,1369 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle,1370 .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic,1371 1368 .button-secondary { 1372 1369 border: 1px solid; 1373 border-radius: 3px;1370 border-radius: 2px; 1374 1371 box-sizing: border-box; 1375 1372 cursor: pointer; … … 1395 1392 } 1396 1393 1397 .button.button-large, #bbpress-forums .reviews-submit-link > .button-large.btn, 1398 #bbpress-forums .button-large.subscription-toggle, 1399 #bbpress-forums .button-large.favorite-toggle, 1400 .button-group.button-large .button, 1401 .button-group.button-large #bbpress-forums .reviews-submit-link > .btn, 1402 #bbpress-forums .button-group.button-large .reviews-submit-link > .btn, 1403 .button-group.button-large #bbpress-forums .subscription-toggle, 1404 #bbpress-forums .button-group.button-large .subscription-toggle, 1405 .button-group.button-large #bbpress-forums .favorite-toggle, 1406 #bbpress-forums .button-group.button-large .favorite-toggle { 1394 .button.button-large, 1395 .button-group.button-large .button { 1407 1396 height: 1.953125rem; 1408 1397 line-height: 1; … … 1410 1399 } 1411 1400 1412 .button.button-small, #bbpress-forums .reviews-submit-link > .button-small.btn, 1413 #bbpress-forums .button-small.subscription-toggle, 1414 #bbpress-forums .button-small.favorite-toggle, 1415 .button-group.button-small .button, 1416 .button-group.button-small #bbpress-forums .reviews-submit-link > .btn, 1417 #bbpress-forums .button-group.button-small .reviews-submit-link > .btn, 1418 .button-group.button-small #bbpress-forums .subscription-toggle, 1419 #bbpress-forums .button-group.button-small .subscription-toggle, 1420 .button-group.button-small #bbpress-forums .favorite-toggle, 1421 #bbpress-forums .button-group.button-small .favorite-toggle { 1401 .button.button-small, 1402 .button-group.button-small .button { 1422 1403 font-size: 0.64rem; 1423 1404 height: 1.25rem; … … 1426 1407 } 1427 1408 1428 a.button.button-large, #bbpress-forums .reviews-submit-link > a.button-large.btn, 1429 #bbpress-forums a.button-large.subscription-toggle, 1430 #bbpress-forums a.button-large.favorite-toggle, 1431 .button-group.button-large a.button, 1432 .button-group.button-large #bbpress-forums .reviews-submit-link > a.btn, 1433 #bbpress-forums .button-group.button-large .reviews-submit-link > a.btn, 1434 .button-group.button-large #bbpress-forums a.subscription-toggle, 1435 #bbpress-forums .button-group.button-large a.subscription-toggle, 1436 .button-group.button-large #bbpress-forums a.favorite-toggle, 1437 #bbpress-forums .button-group.button-large a.favorite-toggle { 1409 a.button.button-large, 1410 .button-group.button-large a.button { 1438 1411 line-height: 1.953125rem; 1439 1412 } 1440 1413 1441 a.button.button-small, #bbpress-forums .reviews-submit-link > a.button-small.btn, 1442 #bbpress-forums a.button-small.subscription-toggle, 1443 #bbpress-forums a.button-small.favorite-toggle, 1444 .button-group.button-small a.button, 1445 .button-group.button-small #bbpress-forums .reviews-submit-link > a.btn, 1446 #bbpress-forums .button-group.button-small .reviews-submit-link > a.btn, 1447 .button-group.button-small #bbpress-forums a.subscription-toggle, 1448 #bbpress-forums .button-group.button-small a.subscription-toggle, 1449 .button-group.button-small #bbpress-forums a.favorite-toggle, 1450 #bbpress-forums .button-group.button-small a.favorite-toggle { 1414 a.button.button-small, 1415 .button-group.button-small a.button { 1451 1416 line-height: 1.25rem; 1452 1417 } 1453 1418 1454 .button:active, #bbpress-forums .reviews-submit-link > .btn:active, 1455 #bbpress-forums .subscription-toggle:active, 1456 #bbpress-forums .favorite-toggle:active, 1457 .button:focus, 1458 #bbpress-forums .reviews-submit-link > .btn:focus, 1459 #bbpress-forums .subscription-toggle:focus, 1460 #bbpress-forums .favorite-toggle:focus { 1419 .button:active, 1420 .button:focus { 1461 1421 outline: none; 1462 1422 } 1463 1423 1464 .button.hidden, #bbpress-forums .reviews-submit-link > .hidden.btn, 1465 #bbpress-forums .hidden.subscription-toggle, 1466 #bbpress-forums .hidden.favorite-toggle { 1424 .button.hidden { 1467 1425 display: none; 1468 1426 } … … 1483 1441 2.0 - Default Button Style 1484 1442 ---------------------------------------------------------------------------- */ 1485 .button, #bbpress-forums .reviews-submit-link > .btn, 1486 #bbpress-forums .subscription-toggle, 1487 #bbpress-forums .favorite-toggle, 1443 .button, 1488 1444 .button-secondary { 1489 1445 background: #f7f7f7; … … 1494 1450 } 1495 1451 1496 p .button, p #bbpress-forums .reviews-submit-link > .btn, #bbpress-forums p .reviews-submit-link > .btn, 1497 p #bbpress-forums .subscription-toggle, 1498 #bbpress-forums p .subscription-toggle, 1499 p #bbpress-forums .favorite-toggle, 1500 #bbpress-forums p .favorite-toggle { 1452 p .button { 1501 1453 vertical-align: baseline; 1502 1454 } 1503 1455 1504 .button.hover, #bbpress-forums .reviews-submit-link > .hover.btn, 1505 #bbpress-forums .hover.subscription-toggle, 1506 #bbpress-forums .hover.favorite-toggle, 1456 .button.hover, 1507 1457 .button:hover, 1508 #bbpress-forums .reviews-submit-link > .btn:hover,1509 #bbpress-forums .subscription-toggle:hover,1510 #bbpress-forums .favorite-toggle:hover,1511 1458 .button-secondary:hover, 1512 1459 .button.focus, 1513 #bbpress-forums .reviews-submit-link > .focus.btn,1514 #bbpress-forums .focus.subscription-toggle,1515 #bbpress-forums .focus.favorite-toggle,1516 1460 .button:focus, 1517 #bbpress-forums .reviews-submit-link > .btn:focus,1518 #bbpress-forums .subscription-toggle:focus,1519 #bbpress-forums .favorite-toggle:focus,1520 1461 .button-secondary:focus { 1521 1462 background: #fafafa; … … 1524 1465 } 1525 1466 1526 .button.focus, #bbpress-forums .reviews-submit-link > .focus.btn, 1527 #bbpress-forums .focus.subscription-toggle, 1528 #bbpress-forums .focus.favorite-toggle, 1467 .button.focus, 1529 1468 .button:focus, 1530 #bbpress-forums .reviews-submit-link > .btn:focus,1531 #bbpress-forums .subscription-toggle:focus,1532 #bbpress-forums .favorite-toggle:focus,1533 1469 .button-secondary:focus, 1534 1470 .button-link:focus { … … 1537 1473 } 1538 1474 1539 .button.active, #bbpress-forums .reviews-submit-link > .active.btn, 1540 #bbpress-forums .active.subscription-toggle, 1541 #bbpress-forums .active.favorite-toggle, 1475 .button.active, 1542 1476 .button.active:hover, 1543 #bbpress-forums .reviews-submit-link > .active.btn:hover,1544 #bbpress-forums .active.subscription-toggle:hover,1545 #bbpress-forums .active.favorite-toggle:hover,1546 1477 .button:active, 1547 #bbpress-forums .reviews-submit-link > .btn:active,1548 #bbpress-forums .subscription-toggle:active,1549 #bbpress-forums .favorite-toggle:active,1550 1478 .button-secondary:active { 1551 1479 background: var(--wp--preset--color--light-grey-1); … … 1555 1483 } 1556 1484 1557 .button.active:focus, #bbpress-forums .reviews-submit-link > .active.btn:focus, 1558 #bbpress-forums .active.subscription-toggle:focus, 1559 #bbpress-forums .active.favorite-toggle:focus { 1485 .button.active:focus { 1560 1486 border-color: #5b9dd9; 1561 1487 box-shadow: none; 1562 1488 } 1563 1489 1564 .button[disabled], #bbpress-forums .reviews-submit-link > [disabled].btn, 1565 #bbpress-forums [disabled].subscription-toggle, 1566 #bbpress-forums [disabled].favorite-toggle, 1490 .button[disabled], 1567 1491 .button:disabled, 1568 #bbpress-forums .reviews-submit-link > .btn:disabled,1569 #bbpress-forums .subscription-toggle:disabled,1570 #bbpress-forums .favorite-toggle:disabled,1571 1492 .button.disabled, 1572 #bbpress-forums .reviews-submit-link > .disabled.btn,1573 #bbpress-forums .disabled.subscription-toggle,1574 #bbpress-forums .disabled.favorite-toggle,1575 1493 .button-secondary[disabled], 1576 1494 .button-secondary:disabled, … … 1606 1524 3.0 - Primary Button Style 1607 1525 ---------------------------------------------------------------------------- */ 1608 .button-primary, #bbpress-forums fieldset.bbp-form .button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn,1609 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle,1610 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic,1526 .button-primary, #bbpress-forums .reviews-submit-link > .btn, 1527 #bbpress-forums .subscription-toggle, 1528 #bbpress-forums .favorite-toggle, #bbpress-forums fieldset.bbp-form .button.submit, 1611 1529 .download-button, 1612 1530 .is-primary, … … 1634 1552 text-decoration: none; 1635 1553 } 1636 .button-primary:visited, #bbpress-forums fieldset.bbp-form .button.submit:visited, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:visited,1637 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:visited,1638 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:visited, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:visited,1554 .button-primary:visited, #bbpress-forums .reviews-submit-link > .btn:visited, 1555 #bbpress-forums .subscription-toggle:visited, 1556 #bbpress-forums .favorite-toggle:visited, #bbpress-forums fieldset.bbp-form .button.submit:visited, 1639 1557 .download-button:visited, 1640 1558 .is-primary:visited, … … 1642 1560 button[type=submit]:visited { 1643 1561 box-shadow: none; 1644 } 1645 .button-primary.hover, #bbpress-forums fieldset.bbp-form .hover.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .hover.submit.btn, 1646 #bbpress-forums fieldset.bbp-form .hover.submit.subscription-toggle, 1647 #bbpress-forums fieldset.bbp-form .hover.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .hover.create-topic, .button-primary:hover, #bbpress-forums fieldset.bbp-form .button.submit:hover, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:hover, 1648 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:hover, 1649 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:hover, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:hover, .button-primary.focus, #bbpress-forums fieldset.bbp-form .focus.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .focus.submit.btn, 1650 #bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle, 1651 #bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .focus.create-topic, .button-primary:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:focus, 1652 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus, 1653 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:focus, 1562 color: var(--wp--custom--button--color--text); 1563 } 1564 .button-primary.hover, #bbpress-forums .reviews-submit-link > .hover.btn, 1565 #bbpress-forums .hover.subscription-toggle, 1566 #bbpress-forums .hover.favorite-toggle, #bbpress-forums fieldset.bbp-form .hover.button.submit, .button-primary:hover, #bbpress-forums .reviews-submit-link > .btn:hover, 1567 #bbpress-forums .subscription-toggle:hover, 1568 #bbpress-forums .favorite-toggle:hover, #bbpress-forums fieldset.bbp-form .button.submit:hover, .button-primary.focus, #bbpress-forums .reviews-submit-link > .focus.btn, 1569 #bbpress-forums .focus.subscription-toggle, 1570 #bbpress-forums .focus.favorite-toggle, #bbpress-forums fieldset.bbp-form .focus.button.submit, .button-primary:focus, #bbpress-forums .reviews-submit-link > .btn:focus, 1571 #bbpress-forums .subscription-toggle:focus, 1572 #bbpress-forums .favorite-toggle:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, 1654 1573 .download-button.hover, 1655 1574 .download-button:hover, … … 1672 1591 color: var(--wp--custom--button--hover--color--text); 1673 1592 } 1674 .button-primary.focus, #bbpress-forums fieldset.bbp-form .focus.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .focus.submit.btn,1675 #bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle,1676 #bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .focus.create-topic, .button-primary:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:focus,1677 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus,1678 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:focus,1593 .button-primary.focus, #bbpress-forums .reviews-submit-link > .focus.btn, 1594 #bbpress-forums .focus.subscription-toggle, 1595 #bbpress-forums .focus.favorite-toggle, #bbpress-forums fieldset.bbp-form .focus.button.submit, .button-primary:focus, #bbpress-forums .reviews-submit-link > .btn:focus, 1596 #bbpress-forums .subscription-toggle:focus, 1597 #bbpress-forums .favorite-toggle:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, 1679 1598 .download-button.focus, 1680 1599 .download-button:focus, … … 1686 1605 button[type=submit]:focus { 1687 1606 background-color: var(--wp--custom--button--color--background); 1688 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) ;1607 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) !important; 1689 1608 outline: 1.5px solid var(--wp--custom--button--focus--border--color); 1690 1609 outline-offset: -1.5px; 1691 1610 } 1692 .button-primary.active, #bbpress-forums fieldset.bbp-form .active.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .active.submit.btn, 1693 #bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle, 1694 #bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .active.create-topic, .button-primary.active:hover, .button-primary.active:focus, .button-primary:active, #bbpress-forums fieldset.bbp-form .button.submit:active, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:active, 1695 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:active, 1696 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:active, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:active, 1611 .button-primary.active, #bbpress-forums .reviews-submit-link > .active.btn, 1612 #bbpress-forums .active.subscription-toggle, 1613 #bbpress-forums .active.favorite-toggle, #bbpress-forums fieldset.bbp-form .active.button.submit, .button-primary.active:hover, #bbpress-forums .reviews-submit-link > .active.btn:hover, 1614 #bbpress-forums .active.subscription-toggle:hover, 1615 #bbpress-forums .active.favorite-toggle:hover, .button-primary.active:focus, #bbpress-forums .reviews-submit-link > .active.btn:focus, 1616 #bbpress-forums .active.subscription-toggle:focus, 1617 #bbpress-forums .active.favorite-toggle:focus, .button-primary:active, #bbpress-forums .reviews-submit-link > .btn:active, 1618 #bbpress-forums .subscription-toggle:active, 1619 #bbpress-forums .favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.submit:active, 1697 1620 .download-button.active, 1698 1621 .download-button.active:hover, … … 1719 1642 background-color: var(--wp--custom--button--active--color--background); 1720 1643 } 1721 .button-primary[disabled], #bbpress-forums fieldset.bbp-form [disabled].button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > [disabled].submit.btn,1722 #bbpress-forums fieldset.bbp-form [disabled].submit.subscription-toggle,1723 #bbpress-forums fieldset.bbp-form [disabled].submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper [disabled].create-topic, .button-primary:disabled, #bbpress-forums fieldset.bbp-form .button.submit:disabled, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:disabled,1724 #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:disabled,1725 #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:disabled, .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic:disabled, .button-primary.disabled, #bbpress-forums fieldset.bbp-form .disabled.button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .disabled.submit.btn,1726 #bbpress-forums fieldset.bbp-form .disabled.submit.subscription-toggle,1727 #bbpress-forums fieldset.bbp-form .disabled.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .disabled.create-topic,1644 .button-primary[disabled], #bbpress-forums .reviews-submit-link > [disabled].btn, 1645 #bbpress-forums [disabled].subscription-toggle, 1646 #bbpress-forums [disabled].favorite-toggle, #bbpress-forums fieldset.bbp-form [disabled].button.submit, .button-primary:disabled, #bbpress-forums .reviews-submit-link > .btn:disabled, 1647 #bbpress-forums .subscription-toggle:disabled, 1648 #bbpress-forums .favorite-toggle:disabled, #bbpress-forums fieldset.bbp-form .button.submit:disabled, .button-primary.disabled, #bbpress-forums .reviews-submit-link > .disabled.btn, 1649 #bbpress-forums .disabled.subscription-toggle, 1650 #bbpress-forums .disabled.favorite-toggle, #bbpress-forums fieldset.bbp-form .disabled.button.submit, 1728 1651 .download-button[disabled], 1729 1652 .download-button:disabled, … … 1743 1666 cursor: default; 1744 1667 } 1745 .button-primary.button.button-hero, #bbpress-forums .reviews-submit-link > .button-primary.button-hero.btn, 1746 #bbpress-forums .button-primary.button-hero.subscription-toggle, 1747 #bbpress-forums .button-primary.button-hero.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.submit.btn, 1748 #bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle, 1749 #bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button.button-hero.create-topic, .bbpress #bbpress-forums .bbp-create-topic-wrapper .reviews-submit-link > .button-hero.create-topic.btn, 1750 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.subscription-toggle, 1751 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.favorite-toggle, 1668 .button-primary.button.button-hero, #bbpress-forums .reviews-submit-link > .button.button-hero.btn, 1669 #bbpress-forums .button.button-hero.subscription-toggle, 1670 #bbpress-forums .button.button-hero.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.submit, 1752 1671 .download-button.button.button-hero, 1753 #bbpress-forums .reviews-submit-link > .download-button.button-hero.btn,1754 #bbpress-forums .download-button.button-hero.subscription-toggle,1755 #bbpress-forums .download-button.button-hero.favorite-toggle,1756 1672 .is-primary.button.button-hero, 1757 #bbpress-forums .reviews-submit-link > .is-primary.button-hero.btn,1758 #bbpress-forums .is-primary.button-hero.subscription-toggle,1759 #bbpress-forums .is-primary.button-hero.favorite-toggle,1760 1673 input[type=submit].button.button-hero, 1761 #bbpress-forums .reviews-submit-link > input[type=submit].button-hero.btn, 1762 #bbpress-forums input[type=submit].button-hero.subscription-toggle, 1763 #bbpress-forums input[type=submit].button-hero.favorite-toggle, 1764 button[type=submit].button.button-hero, 1765 #bbpress-forums .reviews-submit-link > button[type=submit].button-hero.btn, 1766 #bbpress-forums button[type=submit].button-hero.subscription-toggle, 1767 #bbpress-forums button[type=submit].button-hero.favorite-toggle { 1674 button[type=submit].button.button-hero { 1768 1675 box-shadow: none; 1769 1676 } 1770 .button-primary.button.button-hero.active, #bbpress-forums .reviews-submit-link > .button-primary.button-hero.active.btn, 1771 #bbpress-forums .button-primary.button-hero.active.subscription-toggle, 1772 #bbpress-forums .button-primary.button-hero.active.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.active.submit.btn, 1773 #bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle, 1774 #bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button.button-hero.active.create-topic, .bbpress #bbpress-forums .bbp-create-topic-wrapper .reviews-submit-link > .button-hero.active.create-topic.btn, 1775 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.active.create-topic.subscription-toggle, 1776 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.active.create-topic.favorite-toggle, .button-primary.button.button-hero.active:hover, .button-primary.button.button-hero.active:focus, .button-primary.button.button-hero:active, #bbpress-forums .reviews-submit-link > .button-primary.button-hero.btn:active, 1777 #bbpress-forums .button-primary.button-hero.subscription-toggle:active, 1778 #bbpress-forums .button-primary.button-hero.favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.button-hero.submit:active, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.submit.btn:active, 1779 #bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle:active, 1780 #bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle:active, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button.button-hero.create-topic:active, .bbpress #bbpress-forums .bbp-create-topic-wrapper .reviews-submit-link > .button-hero.create-topic.btn:active, 1781 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.subscription-toggle:active, 1782 .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-hero.create-topic.favorite-toggle:active, 1677 .button-primary.button.button-hero.active, #bbpress-forums .reviews-submit-link > .button.button-hero.active.btn, 1678 #bbpress-forums .button.button-hero.active.subscription-toggle, 1679 #bbpress-forums .button.button-hero.active.favorite-toggle, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit, .button-primary.button.button-hero.active:hover, .button-primary.button.button-hero.active:focus, .button-primary.button.button-hero:active, #bbpress-forums .reviews-submit-link > .button.button-hero.btn:active, 1680 #bbpress-forums .button.button-hero.subscription-toggle:active, 1681 #bbpress-forums .button.button-hero.favorite-toggle:active, #bbpress-forums fieldset.bbp-form .button.button-hero.submit:active, 1783 1682 .download-button.button.button-hero.active, 1784 #bbpress-forums .reviews-submit-link > .download-button.button-hero.active.btn,1785 #bbpress-forums .download-button.button-hero.active.subscription-toggle,1786 #bbpress-forums .download-button.button-hero.active.favorite-toggle,1787 1683 .download-button.button.button-hero.active:hover, 1788 1684 .download-button.button.button-hero.active:focus, 1789 1685 .download-button.button.button-hero:active, 1790 #bbpress-forums .reviews-submit-link > .download-button.button-hero.btn:active,1791 #bbpress-forums .download-button.button-hero.subscription-toggle:active,1792 #bbpress-forums .download-button.button-hero.favorite-toggle:active,1793 1686 .is-primary.button.button-hero.active, 1794 #bbpress-forums .reviews-submit-link > .is-primary.button-hero.active.btn,1795 #bbpress-forums .is-primary.button-hero.active.subscription-toggle,1796 #bbpress-forums .is-primary.button-hero.active.favorite-toggle,1797 1687 .is-primary.button.button-hero.active:hover, 1798 1688 .is-primary.button.button-hero.active:focus, 1799 1689 .is-primary.button.button-hero:active, 1800 #bbpress-forums .reviews-submit-link > .is-primary.button-hero.btn:active,1801 #bbpress-forums .is-primary.button-hero.subscription-toggle:active,1802 #bbpress-forums .is-primary.button-hero.favorite-toggle:active,1803 1690 input[type=submit].button.button-hero.active, 1804 #bbpress-forums .reviews-submit-link > input[type=submit].button-hero.active.btn,1805 #bbpress-forums input[type=submit].button-hero.active.subscription-toggle,1806 #bbpress-forums input[type=submit].button-hero.active.favorite-toggle,1807 1691 input[type=submit].button.button-hero.active:hover, 1808 1692 input[type=submit].button.button-hero.active:focus, 1809 1693 input[type=submit].button.button-hero:active, 1810 #bbpress-forums .reviews-submit-link > input[type=submit].button-hero.btn:active,1811 #bbpress-forums input[type=submit].button-hero.subscription-toggle:active,1812 #bbpress-forums input[type=submit].button-hero.favorite-toggle:active,1813 1694 button[type=submit].button.button-hero.active, 1814 #bbpress-forums .reviews-submit-link > button[type=submit].button-hero.active.btn,1815 #bbpress-forums button[type=submit].button-hero.active.subscription-toggle,1816 #bbpress-forums button[type=submit].button-hero.active.favorite-toggle,1817 1695 button[type=submit].button.button-hero.active:hover, 1818 1696 button[type=submit].button.button-hero.active:focus, 1819 button[type=submit].button.button-hero:active, 1820 #bbpress-forums .reviews-submit-link > button[type=submit].button-hero.btn:active, 1821 #bbpress-forums button[type=submit].button-hero.subscription-toggle:active, 1822 #bbpress-forums button[type=submit].button-hero.favorite-toggle:active { 1697 button[type=submit].button.button-hero:active { 1823 1698 box-shadow: none; 1824 1699 } … … 1843 1718 } 1844 1719 1845 .button-group > .button, #bbpress-forums .reviews-submit-link.button-group > .btn, 1846 #bbpress-forums .button-group > .subscription-toggle, 1847 #bbpress-forums .button-group > .favorite-toggle { 1720 .button-group > .button { 1848 1721 border-radius: 0; 1849 1722 display: inline-block; … … 1852 1725 } 1853 1726 1854 .button-group > .button-primary, #bbpress-forums fieldset.bbp-form .button-group > .button.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link.button-group > .submit.btn,1855 #bbpress-forums fieldset.bbp-form .button-group > .submit.subscription-toggle,1856 #bbpress-forums fieldset.bbp-form .button-group > .submit.favorite-toggle, .bbpress #bbpress-forums .bbp-create-topic-wrapper .button-group > .create-topic{1727 .button-group > .button-primary, #bbpress-forums .reviews-submit-link.button-group > .btn, 1728 #bbpress-forums .button-group > .subscription-toggle, 1729 #bbpress-forums .button-group > .favorite-toggle, #bbpress-forums fieldset.bbp-form .button-group > .button.submit { 1857 1730 z-index: 100; 1858 1731 } 1859 1732 1860 .button-group > .button:hover, #bbpress-forums .reviews-submit-link.button-group > .btn:hover, 1861 #bbpress-forums .button-group > .subscription-toggle:hover, 1862 #bbpress-forums .button-group > .favorite-toggle:hover { 1733 .button-group > .button:hover { 1863 1734 z-index: 20; 1864 1735 } 1865 1736 1866 .button-group > .button:first-child, #bbpress-forums .reviews-submit-link.button-group > .btn:first-child, 1867 #bbpress-forums .button-group > .subscription-toggle:first-child, 1868 #bbpress-forums .button-group > .favorite-toggle:first-child { 1737 .button-group > .button:first-child { 1869 1738 border-radius: 3px 0 0 3px; 1870 1739 } 1871 1740 1872 .button-group > .button:last-child, #bbpress-forums .reviews-submit-link.button-group > .btn:last-child, 1873 #bbpress-forums .button-group > .subscription-toggle:last-child, 1874 #bbpress-forums .button-group > .favorite-toggle:last-child { 1741 .button-group > .button:last-child { 1875 1742 border-radius: 0 3px 3px 0; 1876 1743 } 1877 1744 1878 .button-group > .button:focus, #bbpress-forums .reviews-submit-link.button-group > .btn:focus, 1879 #bbpress-forums .button-group > .subscription-toggle:focus, 1880 #bbpress-forums .button-group > .favorite-toggle:focus { 1745 .button-group > .button:focus { 1881 1746 position: relative; 1882 1747 z-index: 1; … … 2417 2282 /*-------------------------------------------------------------- 2418 2283 # .search-form 2284 # Matches wp-block-search styles 2419 2285 --------------------------------------------------------------*/ 2420 2286 .search-form { 2287 display: inline-block; 2421 2288 font-size: 0; 2422 2289 max-width: 100%; 2423 2290 position: relative; 2291 width: 232px; 2424 2292 } 2425 2293 .search-form .search-field { … … 2428 2296 display: block; 2429 2297 max-width: 100%; 2430 width: 232px;2298 width: 100%; 2431 2299 background-color: var(--wp--custom--form--search--color--background); 2432 2300 font-size: var(--wp--custom--form--typography--font-size); … … 2726 2594 } 2727 2595 2728 .bbpress.bbp-view-reviews #bbpress-forums .bbp-create-topic-wrapper .search-form {2729 width: 100%;2730 }2731 2596 .bbpress.bbp-view-all-replies #bbpress-forums .status-pending .even, 2732 2597 .bbpress.bbp-view-all-replies #bbpress-forums .status-pending .odd { … … 3035 2900 .bbpress #bbpress-forums .bbp-create-topic-wrapper { 3036 2901 display: flex; 3037 flex- direction: column;2902 flex-wrap: wrap; 3038 2903 gap: 10px; 3039 2904 margin-bottom: var(--wp--style--block-gap); 3040 text-align: center;3041 }3042 @media (min-width: 767px) {3043 .bbpress #bbpress-forums .bbp-create-topic-wrapper {3044 flex-direction: row;3045 align-items: center;3046 }3047 2905 } 3048 2906 .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic { … … 3050 2908 padding-inline: var(--wp--custom--form--padding--inline); 3051 2909 padding-block: var(--wp--custom--form--padding--block); 3052 }3053 @media (max-width: 767px) {3054 .bbpress #bbpress-forums .bbp-create-topic-wrapper .create-topic,3055 .bbpress #bbpress-forums .bbp-create-topic-wrapper .search-form,3056 .bbpress #bbpress-forums .bbp-create-topic-wrapper .search-field {3057 width: 100%;3058 }3059 2910 } 3060 2911 .bbpress #bbpress-forums .bbp-pagination { … … 3200 3051 } 3201 3052 #bbpress-forums .wporg-bbp-term-subscription { 3202 margin-bottom: 1rem;3053 margin-bottom: var(--wp--style--block-gap); 3203 3054 } 3204 3055 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/style.css.map
r13501 r13503 1 {"version":3,"sourceRoot":"","sources":["file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/style.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_colors.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/_normalize.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/style-original.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_headings.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_copy.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_typography.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_group.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_local-nav.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_iso-editor.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_search.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_elements.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_lists.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_tables.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_notices.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_banners.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_badges.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_tags.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_buttons.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_fields.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/navigation/_navigation.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/navigation/_menus.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_accessibility.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_alignments.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/mixins/_mixins-master.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_clearings.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_blocks-everywhere-hotfix.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_structure.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_archive.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_helphub.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/mixins/_breakpoint.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_infinite-scroll.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/media/_media.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/media/_captions.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/media/_galleries.scss"],"names":[],"mappings":"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;;AAGD;CACC;CACA;CACA,aCzCW;CD0CX;CACA,aCzCuB;CD0CvB;CACA;CACA;CACA;;;AAGD;CACC,aCpDY;CDqDZ;;;AAGD;CACC;CACA;;;AAGD;CACC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;ALhCD;AAAA;AAAA;AOtCC;CACC;;AAKA;CACC;;;ACPF;CACC;;AAGD;CACC;;AAKA;CACC;;;ACbH;AACA;CACC;CACA;;AAEA;CACC;;;ACNF;CACC;;;AV4CD;AAAA;AAAA;AC7CA;CACC;;;AUCD;CACC;;;AAGD;AAAA;AAAA;AAIC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;CACC;;AAEA;CAEC;CACA;;;AAIF;CACC;CACA;CACA;CACA;;AAEA;CACC;;AAGD;CACC;CACA;;;AAIF;CACC;CACA;;;AAGD;CACC;;;ACtDD;CACC;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;AAAA;CAEC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;CACC;CACA;;AAEA;CACC;CACA;CACA;;;AAIF;CACC;CACA;CACA;;AAEA;CACC;;;ADgBF;CACC;CACA;;;AE7DD;CACC;CACA;;;AAKA;CACC;;AAKA;CACC;;AAGD;AAAA;CAEC;;AAEA;AAAA;CACC;;;AZtBJ;CACC;;;AaCD;CACC;CACA;CAEA;CACA;CACA;CACA;CACA;;AAEA;CACC;CACA;CACA;;AAGD;CACC;;AAGD;CACC;;AAGD;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;CACA;CACA;CACA;;AAGD;CACC;CACA;CACA;CACA;;;ACxEH;CACC;CACA;CACA;CACA;CACA;CACA;CACA;;;AdPD;CACC;;;AeCD;AAEA;CACC;;;AAGD;CACC;CACA;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;;;AAIF;CACC;;;AAGD;CACC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;CACC;CACA;CACA;CACA;CACA;;;AAQA;AAAA;AAAA;AAAA;CA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A;CAGC;;AAIF;CACC;CACA;CACA;;AAEA;CALD;EAME;;;AAGD;CATD;EAUE;;;;AAMH;AAAA;AAAA;AAGA;CACC;CACA;CACA;CACA;CACA;;;AAID;AAAA;AAAA;AAGA;CACC;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;CACA;CACA;CACA;;AAEA;CACC;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;CACA;;AAKA;CAEC;;AAIF;CACC;;AAYF;AAAA;CAEC;;AAIF;CACC;CACA;;AAOD;CACC;CACA;CACA;CACA;;AAEA;CAEC;;AAGD;CAEC;EACC;;;AAKH;CACC;;;AAIF;CAEC;AAAA;AAAA;EAGC;;CAGD;AAAA;EAEC;;;AAIF;AACA;CACC;;;AAGD;CACC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;;;AAIF;CAEC;EACC;;CAGD;EACC;EACA;EACA;EACA;;CAEA;EACC;;CAGD;EACC;EACA;;CAEA;EACC;EACA;EACA;EACA;EACA;;CAEA;EACC;;CAKH;EACC;;;AAMH;AAAA;AAAA;AAAA;AAKA;CACC;;;AAGD;CACC;;;AAGD;CAEC;EACC;;;AAIF;CAEC;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC;;;AAKF;AAAA;AAAA;AAGA;CACC;;AAGA;CACC;;AAGD;CACC;;AAEA;CACC;CACA;;AAEA;CACC;CACA;CACA;;AAIF;CACC;CACA;CACA;CACA;;AAEA;CACC;;AAGD;CACC;;AAKH;CACC;;AAGD;CACC;;AAEA;CACC;;AAIF;CACC;CACA;CACA;;;AAKF;AAAA;AAAA;AAGA;CACC;CACA;CACA;;AAGA;CACC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;AAGD;CACC;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;CACA;CACA;;AAGD;CACC;;AAIF;CACC;;AAMA;CACC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;;AAGD;CACC;CACA;CACA;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","file":"style.css"}1 {"version":3,"sourceRoot":"","sources":["file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/style.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_colors.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/_normalize.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/style-original.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_headings.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_copy.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_typography.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_group.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_local-nav.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_iso-editor.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_search.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_elements.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_lists.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_tables.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_notices.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_banners.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_badges.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/elements/_tags.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_buttons.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_fields.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/navigation/_navigation.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/navigation/_menus.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_accessibility.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_alignments.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/mixins/_mixins-master.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_clearings.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_blocks-everywhere-hotfix.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_structure.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_archive.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_helphub.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/mixins/_breakpoint.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/modules/_infinite-scroll.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/media/_media.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/media/_captions.scss","file:///home/wporg/public_html/wp-content/themes/pub/wporg-support-2024/sass/media/_galleries.scss"],"names":[],"mappings":"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;;AAGD;CACC;CACA;CACA,aCzCW;CD0CX;CACA,aCzCuB;CD0CvB;CACA;CACA;CACA;;;AAGD;CACC,aCpDY;CDqDZ;;;AAGD;CACC;CACA;;;AAGD;CACC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;ALhCD;AAAA;AAAA;AOtCC;CACC;;AAKA;CACC;;;ACPF;CACC;;AAGD;CACC;;AAKA;CACC;;;ACbH;AACA;CACC;CACA;;AAEA;CACC;;;ACNF;CACC;;;AV4CD;AAAA;AAAA;AC7CA;CACC;;;AUCD;CACC;;;AAGD;AAAA;AAAA;AAIC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;CACC;;AAEA;CAEC;CACA;;;AAIF;CACC;CACA;CACA;CACA;;AAEA;CACC;;AAGD;CACC;CACA;;;AAIF;CACC;CACA;;;AAGD;CACC;;;ACtDD;CACC;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;AAAA;CAEC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;CACC;CACA;;AAEA;CACC;CACA;CACA;;;AAIF;CACC;CACA;CACA;;AAEA;CACC;;;ADgBF;CACC;CACA;;;AE7DD;CACC;CACA;;;AAKA;CACC;;AAKA;CACC;;AAGD;AAAA;CAEC;;AAEA;AAAA;CACC;;;AZtBJ;CACC;;;AaCD;CACC;CACA;CAEA;CACA;CACA;CACA;CACA;;AAEA;CACC;CACA;CACA;;AAGD;CACC;;AAGD;CACC;;AAGD;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;;AAIF;CACC;;AAEA;CACC;CACA;CACA;CACA;;AAGD;CACC;CACA;CACA;CACA;;;ACxEH;CACC;CACA;CACA;CACA;CACA;CACA;CACA;;;AdPD;CACC;;;AeCD;AAEA;CACC;;;AAGD;CACC;CACA;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;;;AAIF;CACC;;;AAGD;CACC;CACA;;;AAGD;CACC;;;AAGD;CACC;;;AAGD;CACC;CACA;CACA;CACA;CACA;;;AAQA;AAAA;AAAA;AAAA;CA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C;EACC;;;AAKH;CACC;;;AAIF;CAEC;AAAA;AAAA;EAGC;;CAGD;AAAA;EAEC;;;AAIF;AACA;CACC;;;AAGD;CACC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;;;AAIF;CAEC;EACC;;CAGD;EACC;EACA;EACA;EACA;;CAEA;EACC;;CAGD;EACC;EACA;;CAEA;EACC;EACA;EACA;EACA;EACA;;CAEA;EACC;;CAKH;EACC;;;AAMH;AAAA;AAAA;AAAA;AAKA;CACC;;;AAGD;CACC;;;AAGD;CAEC;EACC;;;AAIF;CAEC;AAAA;AAAA;AAAA;AAAA;AAAA;EAMC;;;AAKF;AAAA;AAAA;AAGA;CACC;;AAGA;CACC;;AAGD;CACC;;AAEA;CACC;CACA;;AAEA;CACC;CACA;CACA;;AAIF;CACC;CACA;CACA;CACA;;AAEA;CACC;;AAGD;CACC;;AAKH;CACC;;AAGD;CACC;;AAEA;CACC;;AAIF;CACC;CACA;CACA;;;AAKF;AAAA;AAAA;AAAA;AAIA;CACC;CACA;CACA;CACA;CACA;;AAEA;CACC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;AAGD;CACC;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;CACA;CACA;;AAGD;CACC;;AAIF;CACC;;AAMA;CACC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;AAEA;CACC;;AAGD;CACC;CACA;CACA;;AAGD;CACC;;AAKH;CACC;;AAEA;CACC;CACA;CACA;CACA;CACA;CACA;CACA;;AAGD;CAEC;EACC;EACA;EACA;;CAGD;EACC;EACA;;;AAIF;CAEC;EACC;;;;AAQH;CACC;CACA;;AAGD;CACC;;;AAIF;AAAA;AAAA;AAAA;AAKA;CACC;;;AAKA;CACC;;;AAIF;AAAA;AAAA;AAAA;AAWG;CAFD;AAAA;EAGE;;;AAOF;AAAA;CACC;;AAEA;AAAA;CACC;;AAEA;CAHD;AAAA;EAIE;;;AAIF;AAAA;CACC;;AAGD;AAAA;CACC;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","file":"style.css"}
Note: See TracChangeset
for help on using the changeset viewer.