Changeset 43909 for branches/5.0/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
- Timestamp:
- 11/19/2018 09:26:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
r43892 r43909 9 9 @include media(tablet) { 10 10 margin: calc(3 * #{$size__spacing-unit}) $size__site-margins; 11 }12 13 .imprint {14 margin-right: $size__spacing-unit;15 }16 }17 18 .site-info a {19 color: inherit;20 21 &:hover {22 text-decoration: none;23 color: $color__link;24 11 } 25 12 } … … 39 26 .site-info { 40 27 color: $color__text-light; 28 29 a { 30 color: inherit; 31 32 &:hover { 33 text-decoration: none; 34 color: $color__link; 35 } 36 } 37 38 .imprint, 39 .privacy-policy-link { 40 margin-right: $size__spacing-unit; 41 } 41 42 } 42 43 }
Note: See TracChangeset
for help on using the changeset viewer.