[ACS-8382] Blurring the AI answer section before getting response from backend (#3948)

This commit is contained in:
jacekpluta
2024-07-31 10:24:16 +02:00
committed by Aleksander Sklorz
parent 5bfa638684
commit 26393fee9c
5 changed files with 107 additions and 13 deletions

View File

@@ -49,6 +49,9 @@ $search-highlight-background-color: #ffd180;
$info-snackbar-background: #1f74db;
$text-light-color: rgba(33, 35, 40, 0.7);
$card-background-grey-color: rgb(248, 248, 248);
$light-grey-1: #d5d5d5;
$light-grey-2: #d9d9d9;
$light-grey-3: #dedede;
// CSS Variables
$defaults: (
@@ -102,7 +105,10 @@ $defaults: (
--theme-secondary-text: $secondary-text,
--theme-search-highlight-background-color: $search-highlight-background-color,
--theme-text-light-color: $text-light-color,
--theme-card-background-grey-color: $card-background-grey-color
--theme-card-background-grey-color: $card-background-grey-color,
--theme-light-grey-1-color: $light-grey-1,
--theme-light-grey-2-color: $light-grey-2,
--theme-light-grey-3-color: $light-grey-3
);
// propagates SCSS variables into the CSS variables scope