1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.footer { background-color: $footerheader; color: whitesmoke; a { color: $links; &:hover { color: $hlinks; } } } .footer-top-shadow { box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1); } .hidden-more { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: $txfooter; }