diff --git a/css/main/style.css b/css/main/style.css index 4efdfb6..1ba72c9 100644 --- a/css/main/style.css +++ b/css/main/style.css @@ -7251,3 +7251,34 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block .block_body .fines_ font-size: 13px; } } +.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 c050f4a..0fa388d 100644 --- a/css/main/style.less +++ b/css/main/style.less @@ -8296,4 +8296,45 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block { font-size: 13px; } } -} \ 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