chore: Move unscoped styles to global stylesheet (#3422)

This commit is contained in:
Pranav Raj S 2021-11-19 16:09:20 +05:30 committed by GitHub
parent 7b44bf5b78
commit da163cc1f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 240 additions and 262 deletions

View file

@ -129,22 +129,6 @@ export default {
};
</script>
<style lang="scss">
@import '~widget/assets/scss/variables.scss';
.chat-bubble {
&.agent {
background: $color-white;
border-bottom-left-radius: $space-smaller;
color: $color-body;
.link {
word-break: break-word;
color: $color-woot;
}
}
}
</style>
<style lang="scss" scoped>
@import '~widget/assets/scss/variables.scss';