Making WordPress.org


Ignore:
Timestamp:
12/20/2019 08:52:22 PM (7 years ago)
Author:
coffee2code
Message:

Main theme: Add and update assets for new post-download modal.

See #4702.

File:
1 edited

Legend:

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

    r8362 r9374  
    170170                width: auto;
    171171        }
     172
     173        .modal {
     174                .entry-header {
     175                        margin: -15px -30px 15px;
     176                        padding: 0.1rem;
     177                }
     178                .entry-title {
     179                        font-size: 3rem;
     180                        margin-top: 1.5rem;
     181                }
     182                .entry-description {
     183                        font-size: 1.1rem;
     184                        margin-bottom: 1.5rem;
     185                }
     186        }
    172187}
Note: See TracChangeset for help on using the changeset viewer.