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

@@ -23,13 +23,10 @@ export default {
<style lang="scss" scoped>
.folder {
@apply flex;
@apply flex-col;
@apply flex flex-col flex-1;
@apply justify-center;
@apply flex-1;
@apply p-4;
@apply border-l;
@apply border-divider;
@apply border-l border-divider;
@apply mt-4;
.material-icons {