up similar cases documents
This commit is contained in:
parent
bf399c488f
commit
63f98a48ed
17 changed files with 142 additions and 76 deletions
|
@ -10,28 +10,29 @@
|
|||
|
||||
<div class="document-container">
|
||||
<header>
|
||||
|
||||
<div class="title">
|
||||
|
||||
<strong>
|
||||
|
||||
{{ document.id }}
|
||||
<a href="{{ document.url }}">
|
||||
{{ document.id }}
|
||||
|
||||
{{ document.title }}
|
||||
<!-- {{ document.title }}-->
|
||||
</a>
|
||||
</strong>
|
||||
<app-copy [textToCopy]="document.id"></app-copy>
|
||||
</div>
|
||||
<div class="last-update">
|
||||
<span class="label">
|
||||
|
||||
Last update:
|
||||
</span>
|
||||
<div class="value">
|
||||
<!-- <div class="last-update">-->
|
||||
<!-- <span class="label">-->
|
||||
|
||||
{{ document.lastUpdate }}
|
||||
</div>
|
||||
</div>
|
||||
<!-- Last update:-->
|
||||
<!-- </span>-->
|
||||
<!-- <div class="value">-->
|
||||
|
||||
<!-- {{ document.lastUpdate }}-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
|
||||
</header>
|
||||
<div class="content">
|
||||
|
@ -58,5 +59,8 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="avatar"></div>
|
||||
<div class="avatar-container">
|
||||
|
||||
<div class="avatar"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue