Making WordPress.org


Ignore:
Timestamp:
02/26/2018 03:36:02 AM (7 years ago)
Author:
obenland
Message:

Main: Update logos page to specifications.

Props mapk.
See #3046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-logos.scss

    r6731 r6751  
    11.page-logos {
    2     th {
    3         height: 165px;
    4         text-align: center;
    5         vertical-align: middle;
     2    @include breakpoint( 480px, 767px ) {
     3        .all-logos.row {
     4            flex-direction: row;
     5            flex-wrap: wrap;
     6
     7            .col-4 {
     8                width: calc( 50% - #{$grid-gutter} );
     9
     10                &:nth-child(n+3) {
     11                    margin-top: #{$grid-gutter};
     12                }
     13            }
     14        }
    615    }
    716
    8     small {
    9         color: #999;
     17    .logo-header {
     18        margin: 0;
     19
     20        strong,
     21        span {
     22            display: block;
     23            font-size: 16px;
     24            line-height: 1;
     25            color: rgba( 35, 40, 45, 0.75 );
     26            margin: 0.75rem 0 0.5rem;
     27        }
     28
     29        span {
     30            font-size: ms( -2 );
     31            margin: 0 0 1rem;
     32        }
     33    }
     34
     35    .resources-list {
     36        color: rgba( 35, 40, 45, 0.5 );
     37        font-size: ms( 0 );
     38        list-style-type: none;
     39        margin: 0;
     40
     41        @include breakpoint( 768px ) {
     42            font-size: ms( -3 );
     43        }
     44
     45        li {
     46            padding: 0 0 0.333rem;
     47        }
     48
     49        span {
     50            opacity: .5;
     51        }
    1052    }
    1153}
Note: See TracChangeset for help on using the changeset viewer.