Making WordPress.org


Ignore:
Timestamp:
07/27/2021 03:46:00 PM (23 months ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@ce6b4196b09e0bcf3b6afd45bac11369afcd8f9f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_context-bar.scss

    r11143 r11152  
    11.context-bar {
    2     margin: 0 $gutter-default;
     2    margin: $gutter-default $gutter-default 0;
     3    display: flex;
     4    align-items: center;
     5    justify-content: space-between;
    36    background: $color-gray-light-300;
    47    border-radius: 2px;
    58    font-size: 0.8125rem;
    69    overflow: auto;
    7     height: 55px; // Prevent layout shifts
    8 
    9     > div {
    10         display: flex;
    11         align-items: center;
    12         justify-content: space-between;
    13     }
    14 
    15     @media only screen and ( min-width: $breakpoint-medium ) {
    16         margin: 0 $gutter-default;
    17     }
    1810
    1911    @media only screen and ( min-width: $breakpoint-large ) {
    20         margin: 0 auto;
     12        margin-left: auto;
     13        margin-right: auto;
    2114        max-width: $size__site-main;
    2215    }
Note: See TracChangeset for help on using the changeset viewer.