Making WordPress.org


Ignore:
Timestamp:
06/17/2016 08:59:29 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Visual hierarchy for headings in plugin detail.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss

    r3356 r3398  
    88
    99    .plugin-banner {
     10        background-position: 50% 50%;
    1011        background-size: 100%;
    11         background-position: 50% 50%;
    1212        display: inline-block;
    1313        font-size: 0;
     
    2929
    3030        .plugin-thumbnail {
     31            display: none;
    3132            float: left;
    32             display: none;
    3333            height: 96px;
    3434            margin-right: 1rem;
     
    5353        .plugin-title {
    5454            clear: none;
    55             @extend h3;
     55            @include font-size( ms-unitless( ms(4) ) );
     56            font-weight: 400;
    5657            margin: 0;
    5758        }
     
    7778            overflow:hidden;
    7879            padding-bottom: 1px;
     80
     81            h1, h2, h3 {
     82                @include font-size( ms-unitless( ms(0) ) );
     83                font-weight: 600;
     84                letter-spacing: 0.01rem;
     85                text-transform: uppercase;
     86            }
     87
     88            h4, h5, h6 {
     89                @include font-size( ms-unitless( ms(-2) ) );
     90                font-weight: 600;
     91                letter-spacing: 0.05rem;
     92                text-transform: uppercase;
     93            }
    7994
    8095            p:first-child {
Note: See TracChangeset for help on using the changeset viewer.