refactor: remove absolute classes

This commit is contained in:
liyasthomas
2021-12-13 12:26:24 +05:30
parent e31dc6e08d
commit 870b493b80
47 changed files with 43 additions and 64 deletions

View File

@@ -137,14 +137,3 @@ const downloadResponse = () => {
}, 1000)
}
</script>
<style lang="scss" scoped>
.shortcut-key {
@apply bg-dividerLight;
@apply rounded;
@apply ml-2;
@apply py-1;
@apply px-2;
@apply inline-flex;
}
</style>