Making WordPress.org


Ignore:
Timestamp:
06/10/2021 07:48:58 PM (5 years ago)
Author:
ryelle
Message:

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

File:
1 edited

Legend:

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

    r10869 r11024  
    3838                color: $color-white;
    3939        }
    40 
    41         .site-callout {
    42                 grid-column-start: 2;
    43                 grid-row-start: 1;
    44                 grid-row-end: span 2;
    45                 margin-left: 4rem;
    46                 padding: 1.125rem 1.5rem 1.5rem;
    47                 font-size: 0.875rem;
    48                 line-height: $type__line-height;
    49                 background: $color-white;
    50                 box-shadow: 0.75rem 0.75rem 0 rgba($color-black, 0.15);
    51 
    52                 h2 {
    53                         margin-top: 0;
    54                         font-size: 1.125rem;
    55                         line-height: $type__header--line-height;
    56                         font-weight: 600;
    57                 }
    58 
    59                 p:last-child {
    60                         margin-bottom: 0;
    61                 }
    62 
    63                 @include breakpoint( 0, $ms-breakpoint - 1 ) {
    64                         margin: 2rem auto 0;
    65                         max-width: 24rem;
    66                 }
    67         }
    6840}
    6941
Note: See TracChangeset for help on using the changeset viewer.