From b7a2331babf4f7f32e8784440039cd75af7f0d9f Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 14 Aug 2025 12:32:14 +0200 Subject: [PATCH] add logo change, center for new conversation --- .../feedback-button/feedback-button.css | 35 +++++------ .../sae-lib/src/styles/_conversations.scss | 4 +- .../sae-lib/src/styles/_layout_demo.scss | 14 ++++- old-sae-airwatch/public/safran_logo_small.svg | 60 +++++++++++++++++++ old-sae-airwatch/src/app/chatbot/chatbot.html | 23 ++++--- old-sae-airwatch/src/app/chatbot/chatbot.scss | 1 - .../src/app/chatbot/new-input/new-input.html | 27 +++++---- .../src/app/chatbot/new-input/new-input.scss | 4 +- 8 files changed, 126 insertions(+), 42 deletions(-) create mode 100644 old-sae-airwatch/public/safran_logo_small.svg diff --git a/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.css b/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.css index 399a5c6..a387091 100644 --- a/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.css +++ b/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.css @@ -26,19 +26,18 @@ } } -// Modal styles - .feedback-modal-overlay { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.5); - display: flex; - justify-content: center; - align-items: center; - z-index: 1000; - } +.feedback-modal-overlay { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.5); + display: flex; + justify-content: center; + align-items: center; + z-index: 1000; +} .feedback-modal { background: white; @@ -176,10 +175,12 @@ } } -// Spinner animation - .spinning { - animation: spin 1s linear infinite; - } +/ +/ +Spinner animation +.spinning { + animation: spin 1s linear infinite; +} @keyframes spin { from { diff --git a/my-workspace/projects/sae-lib/src/styles/_conversations.scss b/my-workspace/projects/sae-lib/src/styles/_conversations.scss index cf5d629..ddb651b 100644 --- a/my-workspace/projects/sae-lib/src/styles/_conversations.scss +++ b/my-workspace/projects/sae-lib/src/styles/_conversations.scss @@ -78,8 +78,8 @@ .actions { position: relative; - right: -60px; - top: -27px; + right: 0; + top: 0; height: 0; diff --git a/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss b/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss index 92f552c..5433708 100644 --- a/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss +++ b/my-workspace/projects/sae-lib/src/styles/_layout_demo.scss @@ -21,6 +21,8 @@ color: white; .navbar-brand { + margin-right: 35px; + .navbar-item { padding: 10px; margin-left: 16px; @@ -31,6 +33,16 @@ } } + .label { + color: #FFF; + font-family: Barlow; + font-size: 18px; + font-style: normal; + font-weight: 500; + line-height: normal; + text-transform: uppercase; + margin-top: -0.25em; + } } .navigation { @@ -91,7 +103,7 @@ .action { float: right; - margin-top: -1.75em; + margin-top: -1.8em; } } diff --git a/old-sae-airwatch/public/safran_logo_small.svg b/old-sae-airwatch/public/safran_logo_small.svg new file mode 100644 index 0000000..8802de6 --- /dev/null +++ b/old-sae-airwatch/public/safran_logo_small.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/old-sae-airwatch/src/app/chatbot/chatbot.html b/old-sae-airwatch/src/app/chatbot/chatbot.html index 9f641b0..644f17b 100644 --- a/old-sae-airwatch/src/app/chatbot/chatbot.html +++ b/old-sae-airwatch/src/app/chatbot/chatbot.html @@ -13,7 +13,17 @@