Make WordPress Core


Ignore:
Timestamp:
10/30/2018 02:13:07 AM (6 years ago)
Author:
allancole
Message:

Importing Twenty Nineteen, our new default theme for 2019, set for 5.0.

Let Gutenberg shine with this simple, fast, and powerful theme. Initial development occurred on GitHub. See: https://github.com/WordPress/twentynineteen

Props allancole, karmatosed, kjellr, yingling017, mrasharirfan, milana_cap, fabiankaegy, westonruter, aaronjorbin, netweb, b-07, khleomix, blowery, dereksmart, jasmussen, audrasjb, nielslange, mmaumio, dimadin, joyously, anevins12, peterwilsoncc, dannycooper, icaleb, siriokun, technosiren, travel_girl, azchughtai, ianbelanger, nadim1992, ismailelkorchi, nativeinside, chetan200891, icaleb, grapplerulrich, ocean90, joshfeck, frankew, abdulwahab610, mendezcode, eliorivero, melchoyce, joen, laurelfulford, mdawaffe, kraftbj, dsmart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss

    r43808 r43842  
    11/* Site footer */
    22
    3 .site-footer {
     3#colophon {
    44
    5     color: $color__text-light;
    6 
     5    .widget-area,
    76    .site-info {
    87
     
    1918    }
    2019
    21     a {
     20    .site-info a {
    2221        color: inherit;
    2322
     
    2726        }
    2827    }
     28
     29    .widget-column {
     30        display: flex;
     31        flex-wrap: wrap;
     32        .widget {
     33            width: 100%;
     34            @include media(desktop) {
     35                margin-right: calc(3 * #{$size__spacing-unit});
     36                width: calc(50% - (3 * #{$size__spacing-unit}));
     37            }
     38        }
     39    }
     40
     41    .site-info {
     42        color: $color__text-light;
     43    }
    2944}
Note: See TracChangeset for help on using the changeset viewer.