navbar fixe csc, bot message style
This commit is contained in:
parent
b0b153be93
commit
d4f3c119b2
11 changed files with 263 additions and 21 deletions
|
@ -1,20 +1,23 @@
|
|||
<div class="bot-talks-container">
|
||||
<!-- avatar-->
|
||||
<div class="bubble">
|
||||
{{message}}
|
||||
<!-- bot talks land-->
|
||||
<!-- avatar-->
|
||||
<div class="bubble">
|
||||
{{ message }}
|
||||
<br>
|
||||
@for (link of links; track link.title) {
|
||||
<span class="link-title">
|
||||
<!-- @for (link of links; track link.title) {-->
|
||||
<!-- <span class="link-title">-->
|
||||
|
||||
{{link.title}}
|
||||
</span>
|
||||
<span class="taget">
|
||||
<a href="{{link.url}}">
|
||||
<!-- {{ link.title }}-->
|
||||
<!-- </span>-->
|
||||
<!-- <span class="taget">-->
|
||||
<!-- <a href="{{link.url}}">-->
|
||||
|
||||
{{link.label}}
|
||||
<!-- copy button-->
|
||||
</a>
|
||||
</span>
|
||||
}
|
||||
</div>
|
||||
<!-- {{ link.label }}-->
|
||||
<!-- <!– copy button–>-->
|
||||
<!-- </a>-->
|
||||
<!-- </span>-->
|
||||
<!-- }-->
|
||||
</div>
|
||||
|
||||
<div class="avatar"></div>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
:host {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
align-content: space-between;
|
||||
|
||||
.bot-talks-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bubble {
|
||||
padding: 16px;
|
||||
border-radius: 8px;
|
||||
display: block;
|
||||
background: #E5DCFE;
|
||||
|
||||
color: #1B1D27;
|
||||
font-family: Barlow;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 16px; /* 114.286% */
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
background: white url('../../public/chatbot.png') center center no-repeat;
|
||||
background-size: contain;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
|
@ -1,14 +1,15 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {Component, Input} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'sae-bot-talks',
|
||||
imports: [],
|
||||
templateUrl: './bot-talks.html',
|
||||
styleUrl: './bot-talks.css'
|
||||
styleUrl: './bot-talks.scss'
|
||||
})
|
||||
export class BotTalks {
|
||||
public message = 'I found useful document(s) which can help to answer to this question ! Check if these documents are applied to similar cases';
|
||||
public links: any = [
|
||||
|
||||
@Input() public message = 'Hello!';
|
||||
@Input() public links: any = [
|
||||
{
|
||||
title: 'Refusal notice :',
|
||||
label: 'DMP-00051341: Avis de refus',
|
||||
|
|
BIN
my-workspace/projects/sae-lib/public/chatbot.png
Normal file
BIN
my-workspace/projects/sae-lib/public/chatbot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
134
my-workspace/projects/sae-lib/public/safran_logo_large.svg
Normal file
134
my-workspace/projects/sae-lib/public/safran_logo_large.svg
Normal file
|
@ -0,0 +1,134 @@
|
|||
<svg width="108" height="32" viewBox="0 0 108 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_78_4310)">
|
||||
<path d="M60.5489 12.736V15.44H66.7657L66.3933 17.2H60.5651V21.072H57.7319V10.96H67.737L67.3647 12.72H60.5489V12.736ZM94.9839 21.088H91.7298L90.7423 19.04H85.2864L84.3474 21.088H82.2914L87.0996 10.976H89.01C89.7385 10.976 90.0137 11.264 90.3861 12.016C90.7423 12.736 94.9839 21.088 94.9839 21.088ZM89.9004 17.28L87.9739 13.248L86.1121 17.28H89.9004ZM56.3073 21.088H53.0532L52.0818 19.04H46.6259L45.687 21.088H43.6309L48.4554 10.976H50.3657C51.0942 10.976 51.3695 11.264 51.7418 12.016C52.0656 12.736 56.3073 21.088 56.3073 21.088ZM51.2238 17.28L49.2972 13.248L47.4354 17.28H51.2238ZM37.657 21.408C41.3158 21.408 42.9995 20.08 42.9995 18.16C42.9995 16.48 41.4615 15.616 38.1103 14.72C36.1028 14.176 34.8562 14.064 34.8562 13.392C34.8562 12.72 36.0218 12.416 37.8189 12.496C40.0692 12.608 41.5101 13.536 41.5101 13.536L42.4005 12.128C42.4005 12.128 40.3768 10.64 37.1389 10.64C33.6258 10.64 31.7802 11.696 31.7802 13.648C31.7802 15.6 33.8848 16.24 36.9446 17.104C38.8388 17.632 39.9235 17.744 39.9235 18.448C39.9235 18.992 39.3569 19.68 36.8475 19.568C34.4353 19.456 32.3468 18.064 32.3468 18.064L31.2783 19.344C31.2783 19.376 33.5772 21.408 37.657 21.408ZM105.879 10.976V17.008C105.879 17.008 99.8893 12.288 99.4036 11.888C98.5132 11.184 98.1085 10.976 97.1209 10.976H96.3924V21.088H98.497V15.152C98.497 15.152 104.439 19.84 104.94 20.224C105.831 20.928 106.284 21.088 107.272 21.088H108V10.976H105.879ZM81.2067 21.088H79.2963C78.163 21.088 77.4669 20.304 77.046 19.776C76.5927 19.184 75.427 17.68 75.427 17.68H72.3186V21.104H69.4855V10.992H75.2328C77.4345 10.992 80.5915 11.216 80.6077 14.336C80.6077 16.144 79.5392 16.976 78.2116 17.36L81.2067 21.088ZM77.5317 14.32C77.5317 13.264 76.8517 12.736 75.3461 12.736H72.351L72.3186 12.72V15.92L72.351 15.904H75.3461C76.8517 15.904 77.5317 15.376 77.5317 14.32Z" fill="white"/>
|
||||
<mask id="mask0_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="7" y="20" width="20" height="7">
|
||||
<path d="M25.9191 20.384C23.8144 23.232 20.4147 25.088 16.5777 25.088C12.7408 25.088 9.34105 23.232 7.23642 20.384H7.00977C8.70966 23.92 12.3523 26.352 16.5777 26.352C20.8032 26.352 24.4458 23.904 26.1457 20.384H25.9191Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_78_4310)">
|
||||
<path d="M26.1457 20.384H7.00977V26.352H26.1457V20.384Z" fill="url(#paint0_radial_78_4310)"/>
|
||||
</g>
|
||||
<mask id="mask1_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="7" y="7" width="19" height="18">
|
||||
<path d="M9.82723 9.50397C8.56446 10.432 8.06258 11.376 7.8845 12.256C6.99408 16.56 15.6069 18.272 18.9095 19.344C20.7228 19.92 20.9656 20.704 20.9494 21.328C20.917 22.768 18.861 24.064 18.8448 24.064C20.5285 24.032 22.795 23.056 24.1549 21.536C24.673 20.96 25.1263 20.192 25.2396 19.632C25.7415 17.056 23.3131 15.744 20.4475 14.752C18.2134 13.984 16.3678 13.456 14.7974 12.976C12.3042 12.224 11.8833 11.504 11.8995 10.72C11.9157 9.80797 12.9032 8.65597 14.0041 7.98397C13.9879 7.95197 11.9157 7.95197 9.82723 9.50397Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask1_78_4310)">
|
||||
<path d="M0 20.128L21.1758 32L32.7351 11.872L11.5593 0L0 20.128Z" fill="url(#paint1_linear_78_4310)"/>
|
||||
</g>
|
||||
<mask id="mask2_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="5" y="2" width="27" height="27">
|
||||
<path d="M31.9256 2.01599H5.09961V28.672H31.9256V2.01599Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask2_78_4310)">
|
||||
<mask id="mask3_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="11" y="7" width="15" height="16">
|
||||
<path d="M11.7375 10.576C11.7213 10.672 11.7051 10.752 11.7051 10.848V10.912C11.7213 11.728 12.5146 12.448 14.6192 13.088C16.1896 13.568 18.0352 14.096 20.2693 14.864C23.1348 15.856 25.4985 17.008 24.9804 19.6C24.8347 20.288 24.1224 21.552 22.4225 22.736C22.9406 22.512 23.75 22 24.1872 21.52C24.7052 20.944 25.1585 20.176 25.2719 19.616C25.3204 19.392 25.3366 19.184 25.3366 18.976V18.944C25.3204 16.8 23.0863 15.632 20.4798 14.736C18.2456 13.968 16.4 13.44 14.8296 12.96C12.3365 12.208 11.9155 11.488 11.9317 10.704C11.9479 9.79202 12.9355 8.64002 14.0364 7.96802C12.4174 8.92802 11.867 9.87202 11.7375 10.576Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask3_78_4310)">
|
||||
<path d="M31.9258 11.584L15.0887 2.08002L5.26172 19.104L22.115 28.592L31.9258 11.584Z" fill="url(#paint2_linear_78_4310)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.8">
|
||||
<mask id="mask4_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="13" y="10" width="16" height="16">
|
||||
<path d="M28.72 10.128H13.4209V25.056H28.72V10.128Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask4_78_4310)">
|
||||
<mask id="mask5_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="16" y="13" width="10" height="9">
|
||||
<path d="M17.2739 13.984C17.0148 13.984 16.8691 14.08 16.8691 14.208V14.24C16.8853 14.416 17.1606 14.672 17.7758 14.864C18.4557 15.088 19.3461 15.392 20.0908 15.616C22.5355 16.416 24.7858 17.424 24.3649 19.92C24.2677 20.432 24.203 20.656 23.7982 21.184C23.863 21.104 24.9801 20.624 25.1582 19.392C25.1743 19.264 25.1905 19.136 25.1905 19.008V18.928C25.1582 16.832 22.7783 15.712 20.2527 14.848C19.5728 14.608 18.6662 14.32 17.9053 14.08C17.6786 14.016 17.5005 13.984 17.3386 13.968H17.2739V13.984Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask5_78_4310)">
|
||||
<mask id="mask6_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="13" y="10" width="16" height="16">
|
||||
<path d="M28.72 10.128H13.4209V25.056H28.72V10.128Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask6_78_4310)">
|
||||
<mask id="mask7_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="13" y="10" width="16" height="16">
|
||||
<path d="M18.9993 10.1164L13.4277 19.2768L23.1546 25.0551L28.7261 15.8947L18.9993 10.1164Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask7_78_4310)">
|
||||
<path d="M17.4836 3.45599L6.75 21.088L24.6556 31.728L35.3892 14.08L17.4836 3.45599Z" fill="url(#paint3_linear_78_4310)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.5">
|
||||
<mask id="mask8_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="13" y="12" width="16" height="16">
|
||||
<path d="M28.931 12.304H13.7129V27.376H28.931V12.304Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask8_78_4310)">
|
||||
<mask id="mask9_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="17" y="15" width="8" height="10">
|
||||
<path d="M17.8574 18.688C18.3107 18.816 18.7155 18.944 19.0878 19.04C20.9496 19.568 21.5648 20.336 21.3543 21.504C21.1277 22.736 19.0878 23.904 18.845 24.048C20.2697 23.92 22.6819 22.704 23.7828 21.2C24.1875 20.672 24.2523 20.432 24.3494 19.92C24.7541 17.44 22.52 16.416 20.0754 15.616L17.8574 18.688Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask9_78_4310)">
|
||||
<path d="M13.7129 20.784L22.099 27.376L28.9148 18.896L20.5449 12.304L13.7129 20.784Z" fill="url(#paint4_linear_78_4310)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<mask id="mask10_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="7" y="12" width="15" height="13">
|
||||
<path d="M21.5801 12.368H7.15527V24.048H21.5801V12.368Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask10_78_4310)">
|
||||
<mask id="mask11_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="7" y="12" width="15" height="13">
|
||||
<path d="M18.9087 19.328C20.7219 19.904 20.9647 20.688 20.9486 21.312C20.9162 22.704 18.9896 23.968 18.8601 24.048C19.1353 23.888 21.1428 22.72 21.3695 21.504C21.5799 20.336 20.9647 19.568 19.103 19.04C18.1316 18.768 16.9336 18.416 15.5089 17.984C14.408 17.664 13.0157 17.168 11.7044 16.608C8.22363 15.088 7.77032 13.232 7.86746 12.368C7.15512 16.592 15.6384 18.288 18.9087 19.328Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask11_78_4310)">
|
||||
<path d="M21.5801 12.368H7.15527V24.032H21.5801V12.368Z" fill="url(#paint5_linear_78_4310)"/>
|
||||
</g>
|
||||
</g>
|
||||
<mask id="mask12_78_4310" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="7" y="5" width="20" height="7">
|
||||
<path d="M7.00977 11.408H7.23642C9.34105 8.56002 12.7408 6.70402 16.5777 6.70402C20.4147 6.70402 23.8144 8.56002 25.9191 11.408H26.1457C24.4458 7.87202 20.8032 5.44002 16.5777 5.44002C12.3685 5.42402 8.70966 7.87202 7.00977 11.408Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask12_78_4310)">
|
||||
<path d="M6.28125 5.51999L7.30119 13.712L26.8905 11.312L25.8543 3.12L6.28125 5.51999Z" fill="url(#paint6_linear_78_4310)"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_78_4310" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(16.5812 23.3647) scale(10.698 10.5728)">
|
||||
<stop stop-color="#84CFED"/>
|
||||
<stop offset="0.22" stop-color="#59A7D5"/>
|
||||
<stop offset="0.45" stop-color="#3284C0"/>
|
||||
<stop offset="0.67" stop-color="#176BB1"/>
|
||||
<stop offset="0.86" stop-color="#065BA7"/>
|
||||
<stop offset="1" stop-color="#0056A4"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_78_4310" x1="10.8516" y1="12.9448" x2="25.3329" y2="21.2553" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#57BCEC"/>
|
||||
<stop offset="0.08" stop-color="#4CB1E3"/>
|
||||
<stop offset="0.34" stop-color="#2B8FC9"/>
|
||||
<stop offset="0.59" stop-color="#1376B6"/>
|
||||
<stop offset="0.81" stop-color="#0567AB"/>
|
||||
<stop offset="1" stop-color="#0062A7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_78_4310" x1="22.1862" y1="17.3685" x2="13.1713" y2="12.1656" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#84CFED"/>
|
||||
<stop offset="0.31" stop-color="#57A6D4"/>
|
||||
<stop offset="0.78" stop-color="#196DB2"/>
|
||||
<stop offset="1" stop-color="#0056A4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_78_4310" x1="22.6372" y1="15.1296" x2="21.6733" y2="16.7523" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="0.08" stop-color="white"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_78_4310" x1="18.484" y1="17.6353" x2="23.4572" y2="21.6395" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#0069B4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_78_4310" x1="7.71112" y1="18.0613" x2="21.3006" y2="18.0613" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#84CFED"/>
|
||||
<stop offset="0.31" stop-color="#57A6D4"/>
|
||||
<stop offset="0.78" stop-color="#196DB2"/>
|
||||
<stop offset="1" stop-color="#0056A4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_78_4310" x1="16.1324" y1="5.2491" x2="18.6841" y2="26.0376" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#81CDEC"/>
|
||||
<stop offset="0.08" stop-color="#5FADD8"/>
|
||||
<stop offset="0.16" stop-color="#4292C8"/>
|
||||
<stop offset="0.25" stop-color="#2A7CBB"/>
|
||||
<stop offset="0.35" stop-color="#176BB1"/>
|
||||
<stop offset="0.47" stop-color="#0A5FA9"/>
|
||||
<stop offset="0.62" stop-color="#0258A5"/>
|
||||
<stop offset="0.94" stop-color="#0056A4"/>
|
||||
<stop offset="1" stop-color="#0056A4"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_78_4310">
|
||||
<rect width="108" height="32" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
60
my-workspace/projects/sae-lib/public/safran_logo_small.svg
Normal file
60
my-workspace/projects/sae-lib/public/safran_logo_small.svg
Normal file
|
@ -0,0 +1,60 @@
|
|||
<svg fill="none" height="21" viewBox="0 0 20 21" width="20" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask height="7" id="mask0_86_6577" maskUnits="userSpaceOnUse" style="mask-type:luminance" width="20" x="0" y="14">
|
||||
<path
|
||||
d="M18.9093 14.944C16.8047 17.792 13.4049 19.648 9.56798 19.648C5.73108 19.648 2.33128 17.792 0.226653 14.944H0C1.6999 18.48 5.34253 20.912 9.56798 20.912C13.7934 20.912 17.4361 18.464 19.136 14.944H18.9093Z"
|
||||
fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_86_6577)">
|
||||
<path d="M19.136 14.944H0V20.912H19.136V14.944Z" fill="url(#paint0_radial_86_6577)"/>
|
||||
</g>
|
||||
<mask height="17" id="mask1_86_6577" maskUnits="userSpaceOnUse" style="mask-type:luminance" width="19" x="0" y="2">
|
||||
<path
|
||||
d="M2.81698 4.06403C1.5542 4.99203 1.05233 5.93603 0.874244 6.81603C-0.0161772 11.12 8.59663 12.832 11.8993 13.904C13.7125 14.48 13.9553 15.264 13.9392 15.888C13.9068 17.328 11.8507 18.624 11.8345 18.624C13.5182 18.592 15.7848 17.616 17.1447 16.096C17.6627 15.52 18.116 14.752 18.2294 14.192C18.7312 11.616 16.3028 10.304 13.4373 9.31203C11.2031 8.54403 9.35753 8.01603 7.78715 7.53603C5.29397 6.78403 4.87304 6.06403 4.88923 5.28003C4.90542 4.36803 5.89298 3.21603 6.99387 2.54403C6.97768 2.51203 4.90542 2.51203 2.81698 4.06403Z"
|
||||
fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask1_86_6577)">
|
||||
<path d="M-7.01025 14.6881L14.1656 26.5601L25.7249 6.43206L4.54903 -5.43994L-7.01025 14.6881Z"
|
||||
fill="url(#paint1_linear_86_6577)"/>
|
||||
</g>
|
||||
<mask height="6" id="mask2_86_6577" maskUnits="userSpaceOnUse" style="mask-type:luminance" width="20" x="0" y="0">
|
||||
<path
|
||||
d="M0 5.96808H0.226653C2.33128 3.12008 5.73108 1.26408 9.56798 1.26408C13.4049 1.26408 16.8047 3.12008 18.9093 5.96808H19.136C17.4361 2.43208 13.7934 7.79692e-05 9.56798 7.79692e-05C5.35872 -0.015922 1.6999 2.43208 0 5.96808Z"
|
||||
fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask2_86_6577)">
|
||||
<path d="M-0.728516 0.0800536L0.291421 8.27205L19.8807 5.87205L18.8446 -2.31995L-0.728516 0.0800536Z"
|
||||
fill="url(#paint2_linear_86_6577)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient cx="0" cy="0" gradientTransform="translate(9.57148 17.9248) scale(10.698 10.5728)" gradientUnits="userSpaceOnUse" id="paint0_radial_86_6577"
|
||||
r="1">
|
||||
<stop stop-color="#84CFED"/>
|
||||
<stop offset="0.22" stop-color="#59A7D5"/>
|
||||
<stop offset="0.45" stop-color="#3284C0"/>
|
||||
<stop offset="0.67" stop-color="#176BB1"/>
|
||||
<stop offset="0.86" stop-color="#065BA7"/>
|
||||
<stop offset="1" stop-color="#0056A4"/>
|
||||
</radialGradient>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" id="paint1_linear_86_6577" x1="3.84135" x2="18.3227" y1="7.50491"
|
||||
y2="15.8153">
|
||||
<stop stop-color="#57BCEC"/>
|
||||
<stop offset="0.08" stop-color="#4CB1E3"/>
|
||||
<stop offset="0.34" stop-color="#2B8FC9"/>
|
||||
<stop offset="0.59" stop-color="#1376B6"/>
|
||||
<stop offset="0.81" stop-color="#0567AB"/>
|
||||
<stop offset="1" stop-color="#0062A7"/>
|
||||
</linearGradient>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" id="paint2_linear_86_6577" x1="9.12259" x2="11.6743" y1="-0.190838"
|
||||
y2="20.5976">
|
||||
<stop stop-color="#81CDEC"/>
|
||||
<stop offset="0.08" stop-color="#5FADD8"/>
|
||||
<stop offset="0.16" stop-color="#4292C8"/>
|
||||
<stop offset="0.25" stop-color="#2A7CBB"/>
|
||||
<stop offset="0.35" stop-color="#176BB1"/>
|
||||
<stop offset="0.47" stop-color="#0A5FA9"/>
|
||||
<stop offset="0.62" stop-color="#0258A5"/>
|
||||
<stop offset="0.94" stop-color="#0056A4"/>
|
||||
<stop offset="1" stop-color="#0056A4"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
BIN
my-workspace/projects/sae-lib/public/user.png
Normal file
BIN
my-workspace/projects/sae-lib/public/user.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -0,0 +1,4 @@
|
|||
app-top-navigation {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
<h2 class="title">
|
||||
Question analysis
|
||||
</h2>
|
||||
<sae-bot-talks [message]="'Generating a summary...analyzing client’s question...'"></sae-bot-talks>
|
||||
<!--filters-->
|
||||
<!-- advanced filters-->
|
||||
<div class="filters-container">
|
||||
|
|
|
@ -3,6 +3,7 @@ import {TranslateTexts} from 'sae-lib/inbox/translate-texts/translate-texts';
|
|||
import {FiltersGroup} from 'sae-lib/filters/filters-group/filters-group';
|
||||
import {BottomNavigation} from '../../shared/navigation/bottom-navigation/bottom-navigation';
|
||||
import {FeedbackButton} from 'sae-lib/buttons/feedback-button/feedback-button';
|
||||
import {BotTalks} from 'sae-lib/chatbot/bot-talks/bot-talks';
|
||||
|
||||
|
||||
@Component({
|
||||
|
@ -11,7 +12,8 @@ import {FeedbackButton} from 'sae-lib/buttons/feedback-button/feedback-button';
|
|||
TranslateTexts,
|
||||
FiltersGroup,
|
||||
BottomNavigation,
|
||||
FeedbackButton
|
||||
FeedbackButton,
|
||||
BotTalks
|
||||
],
|
||||
templateUrl: './main.html',
|
||||
styleUrl: './main.scss'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue