Making WordPress.org


Ignore:
Timestamp:
11/21/2016 07:54:32 AM (9 years ago)
Author:
dd32
Message:

Plugin Directory: Add extra information to the plugin cards.

See #2183

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

    r4223 r4393  
    11.plugin-card {
     2    background-color: #f9f9f9;
    23    margin-bottom: 4%;
     4    padding: 8px 8px 0 8px;
     5    vertical-align: top;
    36
    47    @media screen and ( min-width: $ms-breakpoint ) {
     
    3942        }
    4043    }
     44
     45    hr {
     46        background-color: #fff;
     47        margin: auto;
     48    }
     49
     50    footer {
     51        span {
     52            font-size: ms(-3);
     53            width: 48%;
     54            display: inline-block;
     55            overflow: hidden;
     56            white-space: nowrap;
     57
     58            i {
     59                display: inline-block;
     60                font-size: 1rem;
     61                margin-right: 0.4rem;
     62            }
     63
     64        }
     65           
     66        .dashicons {
     67            margin: 0 2px -1rem;
     68            color: #bbb;
     69            width: auto;
     70            height: auto;
     71            display: none;
     72
     73            @media (min-width:414px) {
     74                display: inline-block;
     75            }
     76        }
     77    }
    4178}
Note: See TracChangeset for help on using the changeset viewer.