chore: Move unscoped styles to global stylesheet (#3422)
This commit is contained in:
parent
7b44bf5b78
commit
da163cc1f7
9 changed files with 240 additions and 262 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue