[Client] fix scss import

This commit is contained in:
Sam
2021-11-29 11:23:21 +01:00
parent 406574168b
commit 8bad9d1bfa
116 changed files with 120 additions and 140 deletions

View File

@ -25,8 +25,8 @@
const { action } = toRefs(props)
</script>
<style lang="scss">
@import '~@/scss/base';
<style lang="scss" scoped>
@import '~@/scss/vars.scss';
#loginOrRegister {
display: flex;

View File

@ -37,7 +37,7 @@
</script>
<style lang="scss" scoped>
@import '~@/scss/base.scss';
@import '~@/scss/vars.scss';
#password-reset {
display: flex;

View File

@ -20,7 +20,7 @@
</script>
<style lang="scss" scoped>
@import '~@/scss/base.scss';
@import '~@/scss/vars.scss';
#profile {
display: flex;
flex-direction: column;

View File

@ -36,7 +36,7 @@
</script>
<style lang="scss" scoped>
@import '~@/scss/base.scss';
@import '~@/scss/vars.scss';
#user {
margin: auto;