css cleanup

This commit is contained in:
Benedikt Rötsch
2017-10-05 13:33:41 +02:00
committed by Benedikt Rötsch
parent 26fa97e36a
commit 30beb939b7
2 changed files with 0 additions and 15 deletions

View File

@@ -66,13 +66,6 @@
color: var(--color-text-footer); color: var(--color-text-footer);
font-size: 0.75em; font-size: 0.75em;
line-height: 1.5; line-height: 1.5;
& a {
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
} }
@element social { @element social {

View File

@@ -1289,14 +1289,6 @@ display: flex;
line-height: 1.5; line-height: 1.5;
} }
.footer__disclaimer-text a {
text-decoration: underline;
}
.footer__disclaimer-text a:hover {
text-decoration: none;
}
.footer__social { .footer__social {
-webkit-box-flex: 0; -webkit-box-flex: 0;
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;