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 untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 6 additions and 4 deletions

View file

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