Making WordPress.org

Changeset 14221


Ignore:
Timestamp:
12/02/2024 04:17:59 AM (17 months ago)
Author:
adamwood
Message:

Breathe 2024: Style o2 notifications dock

See https://github.com/WordPress/wordpress.org/issues/431

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css

    r14211 r14221  
    15331533}
    15341534
     1535/*
     1536 * o2 Notifications
     1537 */
     1538
     1539#o2-dock {
     1540    @media (min-width: 877px) {
     1541        right: var(--wp--preset--spacing--edge-space);
     1542    }
     1543}
     1544
     1545#o2-dock .o2-dock-count {
     1546    font-weight: 600;
     1547    border: none;
     1548    background-color: var(--wp--preset--color--blueberry-1);
     1549    margin-bottom: -1px;
     1550    padding: var(--wp--preset--spacing--10) 15px;
     1551}
     1552
     1553#o2-dock #o2-items-scroll {
     1554    border-top: 1px solid var(--wp--custom--color--border);
     1555}
     1556
     1557#o2-dock .o2-dock-items {
     1558    border-color: var(--wp--custom--color--border);
     1559    border-top: none;
     1560}
     1561
     1562#o2-dock .o2-dock-items li.o2-notification {
     1563    color: var(--wp--preset--color--charcoal-1);
     1564    font-family: inherit;
     1565    font-size: var(--wp--preset--font-size--small);
     1566}
     1567
     1568#o2-dock .o2-dock-items li.o2-notification a {
     1569    color: var(--wp--custom--link--color--text);
     1570}
     1571
     1572#o2-dock #o2-dock-controls {
     1573    border-color: var(--wp--custom--color--border);
     1574    font-family: inherit;
     1575    color: var(--wp--custom--link--color--text);
     1576}
     1577
     1578/*
     1579 * Make Welcome
     1580 */
     1581
    15351582.make-welcome {
    15361583    background: var(--wp--preset--color--light-grey-2);
Note: See TracChangeset for help on using the changeset viewer.