From 9af91c972ed8b94236ca3382bffb46de368a33cb Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 29 Jan 2025 15:16:15 +0100 Subject: [PATCH] css_for_header_docs_ok --- public/style/chat.css | 23 +++++++++++++++++++++++ src/pages/chat/chat.ts | 8 +++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/public/style/chat.css b/public/style/chat.css index 661cc07..9dde67a 100755 --- a/public/style/chat.css +++ b/public/style/chat.css @@ -412,6 +412,29 @@ body { display: flex; } +.signature-documents-header { + display: flex; + width: 100%; + height: 15%; + align-items: center; +} + +#request-document-button { + background-color: var(--primary-color); + color: white; + border: none; + border-radius: 10px; + padding: 8px; + cursor: pointer; + margin-left: 5%; + font-weight: bold; +} + +#request-document-button:hover { + background-color: var(--accent-color); + font-weight: bold; +} + #close-signature { cursor: pointer; align-items: center; diff --git a/src/pages/chat/chat.ts b/src/pages/chat/chat.ts index e596463..2bc270e 100755 --- a/src/pages/chat/chat.ts +++ b/src/pages/chat/chat.ts @@ -100,7 +100,13 @@ class ChatElement extends HTMLElement {

Description

-

Documents

+
+

Documents

+ +
+
+
    +