fix: remove unused styles

This commit is contained in:
EETagent 2022-12-24 14:46:55 +01:00
parent d38706f250
commit 0c35b18a13
2 changed files with 1 additions and 6 deletions

View file

@ -29,7 +29,7 @@
<style lang="postcss">
div,
input {
select {
@apply w-full;
}
div {

View file

@ -213,9 +213,4 @@
.body .controls {
@apply flex flex-row items-center justify-between;
}
.candidatePreview {
@apply mt-5 h-20 w-full rounded-xl bg-gray-200;
@apply hover:cursor-pointer;
}
</style>