chore: move styling to the correct component
This commit is contained in:
parent
204e94aa74
commit
77bf347155
2 changed files with 6 additions and 4 deletions
|
@ -114,3 +114,9 @@ import {format} from 'date-fns'
|
||||||
|
|
||||||
const exampleDate = format(new Date(), 'yyyy-MM-dd')
|
const exampleDate = format(new Date(), 'yyyy-MM-dd')
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.how-it-works-modal {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
@ -256,8 +256,4 @@ const buttonText = computed<string>(() => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.how-it-works-modal {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue