Move event update disabled checkbox to text

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-05 15:37:45 +02:00
parent 4f13670288
commit 0ee2fad7c7
2 changed files with 17 additions and 12 deletions

View File

@@ -279,11 +279,11 @@ export default class AccountSettings extends Vue {
}
}
</script>
<style lang="scss" scoped>
<style lang="scss">
@import "@/variables.scss";
.setting-title {
margin-top: 3rem;
margin-top: 1rem;
h2 {
display: inline;
@@ -293,7 +293,9 @@ export default class AccountSettings extends Vue {
font-size: 1.25rem;
}
}
</style>
<style lang="scss" scoped>
.cancel-button {
margin-top: 2rem;
}