Making WordPress.org


Ignore:
Timestamp:
11/28/2016 03:20:59 AM (8 years ago)
Author:
mapk
Message:

Plugin Directory Theme: Updating plugin card styles & adding a feedback survey link.

See #2183, #2267

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin-card/style.scss

    r4393 r4437  
    22    background-color: #f9f9f9;
    33    margin-bottom: 4%;
    4     padding: 8px 8px 0 8px;
     4    padding: 15px 15px 8px;
    55    vertical-align: top;
    66
     
    3939
    4040        p {
    41             margin: 0 0 8px;
     41            margin: 0;
    4242        }
    4343    }
     
    4545    hr {
    4646        background-color: #fff;
    47         margin: auto;
     47        margin: 15px -15px 8px;
    4848    }
    4949
     
    6060                font-size: 1rem;
    6161                margin-right: 0.4rem;
     62            }
     63
     64            &.last-updated {
     65                display: none;
     66            }
     67            &.plugin-author {
     68                width: 100%;
    6269            }
    6370
Note: See TracChangeset for help on using the changeset viewer.