refactor(docs-infra): remove unused styles from `_footer.scss` (#40704)

This commit removes some styles from `_footer.scss` that are no longer
used (i.e. either their CSS selectors do not match any element in the
app or they are overridden by other rules).

PR Close #40704
This commit is contained in:
George Kalpakas 2021-02-05 12:48:52 +02:00 committed by Alex Rickabaugh
parent 512a17db5d
commit f059824b17
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ footer {
}
}
a.action {
cursor: pointer;
}
h3 {
@include font-size(16);
text-transform: uppercase;