fix(sass): resolve sass warning by wrapping in root
This commit is contained in:
@@ -4,6 +4,12 @@ $p-h-size: 8px;
|
|||||||
$p-v-size: 2px;
|
$p-v-size: 2px;
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
|
border-left: $border-style;
|
||||||
|
position: relative;
|
||||||
|
font-size: var(--chat-message-text-size);
|
||||||
|
padding: $p-v-size $p-h-size;
|
||||||
|
color: var(--theme-color-components-chat-text);
|
||||||
|
|
||||||
* {
|
* {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
@@ -14,11 +20,6 @@ $p-v-size: 2px;
|
|||||||
margin: initial;
|
margin: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
border-left: $border-style;
|
|
||||||
position: relative;
|
|
||||||
font-size: var(--chat-message-text-size);
|
|
||||||
padding: $p-v-size $p-h-size;
|
|
||||||
color: var(--theme-color-components-chat-text);
|
|
||||||
|
|
||||||
.user {
|
.user {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user