up similar cases documents

This commit is contained in:
Tykayn 2025-09-23 18:30:15 +02:00 committed by tykayn
parent bf399c488f
commit 63f98a48ed
17 changed files with 142 additions and 76 deletions

View file

@ -30,8 +30,8 @@
align-items: center;
gap: 5px;
border-radius: 20px;
background: #C2A9FD;
border-radius: 8px;
background: #E5DCFE;
}
@ -42,6 +42,20 @@
.document-container {
margin-top: 16px;
margin-bottom: 32px;
.title {
margin-bottom: 8px;
}
app-copy {
margin-left: 12px;
}
a {
color: #000;
text-decoration: none;
}
}
.bot-talks-bubble {
@ -52,15 +66,20 @@
color: #1B1D27;
font-family: Barlow;
font-size: 14px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
margin-right: 10px;
}
.avatar-container {
background: white;
padding: 12px;
}
.avatar {
background: white url('../../public/chatbot.png') center center no-repeat;
background: transparent url('../../public/chatbot.png') center center no-repeat;
background-size: contain;
width: 32px;
height: 32px;