chore: move styling to the correct component

This commit is contained in:
kolaente 2022-02-06 23:03:58 +01:00
parent 204e94aa74
commit 77bf347155
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 6 additions and 4 deletions

View File

@ -114,3 +114,9 @@ import {format} from 'date-fns'
const exampleDate = format(new Date(), 'yyyy-MM-dd')
</script>
<style scoped>
.how-it-works-modal {
font-size: 1rem;
}
</style>

View File

@ -256,8 +256,4 @@ const buttonText = computed<string>(() => {
}
}
}
.how-it-works-modal {
font-size: 1rem;
}
</style>