feat: bubble组件封装
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
.ant-bubble-list {
|
||||
gap: 8px;
|
||||
.ant-bubble {
|
||||
.ant-bubble-content {
|
||||
color: var(--Text-1, #211f24);
|
||||
font-family: $font-family-regular;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
&.ant-bubble-content-round {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 50px;
|
||||
background: var(--BG-200, #f2f3f5);
|
||||
padding-inline: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -10,5 +10,4 @@
|
||||
@import "./button.scss";
|
||||
@import "./steps.scss";
|
||||
@import "./form.scss";
|
||||
@import "./chat-sender.scss";
|
||||
@import "./chat-bubble.scss";
|
||||
@import "./chat-sender.scss";
|
||||
Reference in New Issue
Block a user