add stylesheet to the read only example

This commit is contained in:
Hans Pagel 2020-08-18 22:16:00 +02:00
parent a25cb32d65
commit 12d24fb35c
2 changed files with 7 additions and 1 deletions

View File

@ -53,3 +53,5 @@ export default {
},
}
</script>
<style lang="scss" src="./style.scss">

View File

@ -1,3 +1,7 @@
.checkbox {
margin-bottom: 1rem;
input[type="checkbox"] {
margin-right: 0.5rem;
}
}