Changeset 43842 for branches/5.0/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
r43808 r43842 1 1 /* Site footer */ 2 2 3 .site-footer{3 #colophon { 4 4 5 color: $color__text-light; 6 5 .widget-area, 7 6 .site-info { 8 7 … … 19 18 } 20 19 21 a {20 .site-info a { 22 21 color: inherit; 23 22 … … 27 26 } 28 27 } 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 } 29 44 }
Note: See TracChangeset
for help on using the changeset viewer.