From 2f5118791cefbb0c31d639e1f009726c1916c58e Mon Sep 17 00:00:00 2001 From: Kostya Date: Thu, 1 Feb 2024 00:57:37 +0300 Subject: [PATCH] added chat-notification --- .../src/assets/css/ComponentsStyles/chat.css | 8 ++++++++ luckydiamond/src/components/ChatComponent.vue | 16 +++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index 32f6ef6..4f5777b 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -183,4 +183,12 @@ .write__content button:disabled { cursor: not-allowed; +} + +.system-message { + background-color: rgb(1, 56, 74); +} + +.mention-message { + background-color: rgb(169, 113, 0); } \ No newline at end of file diff --git a/luckydiamond/src/components/ChatComponent.vue b/luckydiamond/src/components/ChatComponent.vue index ad7592f..d60f212 100644 --- a/luckydiamond/src/components/ChatComponent.vue +++ b/luckydiamond/src/components/ChatComponent.vue @@ -11,7 +11,7 @@