Making WordPress.org


Ignore:
Timestamp:
12/05/2022 08:03:18 PM (3 years ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@f733fc3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_overrides.scss

    r12291 r12299  
    153153.submit-idea-cta {
    154154    text-align: center;
    155 }
    156 
    157 .submit-idea-cta h2 {
    158     font-size: 30px;
    159     margin-bottom: 30px;
     155
     156    h2 {
     157        font-size: 30px;
     158        margin-bottom: 30px;
     159    }
     160
     161    .buttons {
     162        display: flex;
     163        justify-content: center;
     164        flex-wrap: wrap;
     165    }
     166
     167    .button {
     168        margin: 0.5rem;
     169    }
    160170}
    161171
     
    446456/* ___ Submit an Idea ___ */
    447457
    448 .type-page .submit-idea-cta {
     458.page-template-page-submit-an-idea .submit-idea-cta {
    449459    padding: .5rem 0 2rem;
    450460}
    451461
    452 .type-page .submit-idea-cta h2 {
     462.page-template-page-submit-an-idea .submit-idea-cta h2 {
    453463    margin: 0 auto 1rem;
    454464    font-weight: 500;
     
    556566    height: 1px;
    557567}
     568
     569.notice {
     570    margin: 0;
     571    position: relative;
     572    text-align: center;
     573}
Note: See TracChangeset for help on using the changeset viewer.