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

@@ -55,4 +55,9 @@ export default {
}
</script>
<style lang="scss" src="./style.scss">
<style lang="scss">
.has-focus {
border-radius: 3px;
box-shadow: 0 0 0 3px #3ea4ffe6;
}
</style>

View File

@@ -1,4 +0,0 @@
.has-focus {
border-radius: 3px;
box-shadow: 0 0 0 3px #3ea4ffe6;
}