refactor: class names

This commit is contained in:
Liyas Thomas
2021-06-26 10:41:19 +00:00
committed by GitHub
parent 9bd86f0564
commit cdfce9e2b8
25 changed files with 80 additions and 143 deletions

View File

@@ -85,13 +85,8 @@ export default {
<style scoped lang="scss">
.footer-link {
@apply flex-shrink-0;
@apply my-2;
@apply mx-4;
@apply text-secondaryLight;
@apply text-sm;
&:hover {
@apply text-secondary;
}
@apply my-2 mx-4;
@apply text-secondaryLight text-sm;
@apply hover:text-secondary;
}
</style>