From 3c57e75b3748cb154f5d54ff3b88b16f7d412f72 Mon Sep 17 00:00:00 2001 From: merelendor Date: Wed, 14 Feb 2024 03:55:33 +0300 Subject: [PATCH] styles for chat-21 --- css/main/style.css | 31 +++++++++++++++++++++++++++++++ css/main/style.less | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 74 insertions(+), 1 deletion(-) diff --git a/css/main/style.css b/css/main/style.css index acd0c04..460f2e6 100644 --- a/css/main/style.css +++ b/css/main/style.css @@ -7229,3 +7229,34 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block .block_body .fines_ #chat21-launcher-button circle { fill: #1c01a9 !important; } +.chat-21-channel-qr { + border-radius: 0px !important; +} +.chat21-sheet { + border-radius: 15px !important; + font-family: 'Montserrat', sans-serif !important; +} +.chat-21-channel-invite-button { + border-radius: 0px !important; + font-family: 'Montserrat', sans-serif !important; +} +.chat21-sheet-header { + box-shadow: none !important; + webkit-box-shadow: none !important; +} +.chat21-sheet-header-title { + font-family: 'Montserrat', sans-serif !important; +} +#chat21-launcher-button image { + display: none !important; +} +.chat-21-channels-list-item { + box-shadow: none !important; + webkit-box-shadow: none !important; +} +#chat21-launcher-button circle { + fill: #1c01a9 !important; +} +.chat21-window.chat21-sheet { + width: 376px !important; +} diff --git a/css/main/style.less b/css/main/style.less index 0f6ca84..9c7f7a7 100644 --- a/css/main/style.less +++ b/css/main/style.less @@ -8271,4 +8271,46 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block { #chat21-launcher-button circle { fill: #1c01a9 !important; -} \ No newline at end of file +} + + +// Виджет AutoFaq +.chat-21-channel-qr { + border-radius: 0px !important; +} + +.chat21-sheet { + border-radius: 15px !important; + font-family: 'Montserrat', sans-serif !important; +} + +.chat-21-channel-invite-button { + border-radius: 0px !important; + font-family: 'Montserrat', sans-serif !important; +} + +.chat21-sheet-header{ + box-shadow: none !important; + webkit-box-shadow: none !important; +} + +.chat21-sheet-header-title { + font-family: 'Montserrat', sans-serif !important; +} + +#chat21-launcher-button image { + display:none !important; +} + +.chat-21-channels-list-item { + box-shadow: none !important; + webkit-box-shadow: none !important; +} + // Ниже этой линии фикс ширины для публичной части + #chat21-launcher-button circle { + fill: #1c01a9 !important; + } + .chat21-window.chat21-sheet { + width: 376px !important; + } + // Закончили упражнение с виджетом AutoFaq \ No newline at end of file