21 lines
454 B
SCSS
21 lines
454 B
SCSS
.chat-view-wrap {
|
|
.cts {
|
|
color: var(--Text-1, #737478);
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 22px;
|
|
}
|
|
:deep(.xt-bubble) {
|
|
.file-card {
|
|
border-radius: 12px;
|
|
border: 1px solid var(--Border-2, #e6e6e8);
|
|
background: linear-gradient(90deg, #f6f4ff 0%, #fff 100%);
|
|
padding: 13px 16px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|