refactor(docs-infra): clean up styles in _card.scss (#40427)

This commit cleans up the styles in `_card.scss` by:
- Fixing incosistenct indentation/newlines.
- Removing rules for unused selectors.
- Removing unnecessary styles.

PR Close #40427
This commit is contained in:
George Kalpakas 2021-02-02 14:35:45 +02:00 committed by Misko Hevery
parent 7379caa4b2
commit 6adf582510

View File

@ -19,20 +19,11 @@
} }
&:hover { &:hover {
text-decoration: none;
section { section {
color: $blue; color: $blue;
} }
p {
color: $darkgray;
padding: 0 16px;
}
.card-footer { .card-footer {
@include line-height(32);
padding: 8px 16px;
background-color: rgba($blue, 0.1); background-color: rgba($blue, 0.1);
color: $blue; color: $blue;
} }
@ -73,10 +64,6 @@
@include font-size(13); @include font-size(13);
} }
} }
.card-footer.center {
text-align: center;
}
} }
} }
@ -107,5 +94,4 @@
button { button {
text-align: center; text-align: center;
} }
} }