Merge branch 'chat21'

This commit is contained in:
merelendor 2024-02-28 19:06:05 +03:00
commit 00915463ba
2 changed files with 73 additions and 1 deletions

View File

@ -7251,3 +7251,34 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block .block_body .fines_
font-size: 13px; 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;
}

View File

@ -8296,4 +8296,45 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block {
font-size: 13px; font-size: 13px;
} }
} }
} }
// Виджет 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