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
1 changed files with 57 additions and 71 deletions

View File

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