move styles from demos to vue components

This commit is contained in:
Hans Pagel
2020-10-02 14:43:19 +02:00
parent f9bea265bd
commit f96dca37d6
8 changed files with 97 additions and 93 deletions

View File

@@ -95,4 +95,21 @@ export default {
}
</script>
<style lang="scss" src="./style.scss">
<style lang="scss">
.export {
h3 {
margin: 0.5rem 0;
}
pre {
border-radius: 5px;
color: #333;
}
code {
display: block;
white-space: pre-wrap;
font-size: 0.8rem;
padding: 1rem;
}
}
</style>