- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
r43808 r44149 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 9 7 margin: calc(2 * #{$size__spacing-unit}) $size__spacing-unit; 10 8 11 9 @include media(tablet) { 12 margin: calc(3 * #{$size__spacing-unit}) calc(2 * (100vw / 12)); 13 max-width: calc(8 * (100vw / 12)); 10 margin: calc(3 * #{$size__spacing-unit}) $size__site-margins; 11 } 12 } 13 14 .widget-column { 15 display: flex; 16 flex-wrap: wrap; 17 .widget { 18 width: 100%; 19 @include media(desktop) { 20 margin-right: calc(3 * #{$size__spacing-unit}); 21 width: calc(50% - (3 * #{$size__spacing-unit})); 22 } 23 } 24 } 25 26 .site-info { 27 color: $color__text-light; 28 29 a { 30 color: inherit; 31 32 &:hover { 33 text-decoration: none; 34 color: $color__link; 35 } 14 36 } 15 37 16 .imprint { 38 .imprint, 39 .privacy-policy-link { 17 40 margin-right: $size__spacing-unit; 18 41 } 19 42 } 20 21 a {22 color: inherit;23 24 &:hover {25 text-decoration: none;26 color: $color__link;27 }28 }29 43 }
Note: See TracChangeset
for help on using the changeset viewer.