Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.20.224.152
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : _chat.scss
/* =============================== Chat Css Start =========================== */
.chat-list {
    &__item {
        &:not(:last-child) {
            margin-bottom: 24px;
        }
    
    }
}

.chat-list {
    width: 264px;
    @include sm-screen {
        width: 100%;
    }
    &-wrapper {
        max-height: 710px;
    }
}
.chat-box-item-wrapper {
    max-height: 740px;
    &.style-email {
        max-height: calc(100vh - 374px);
    }
}

.chat-box {
    width: calc(100% - 288px);
    @include sm-screen {
        width: 100%;
    }
    &-item {
        &.right {
            justify-content: end;
            flex-direction: row-reverse;
            text-align:  end;
            .chat-box-item {
                &__content {
                    align-items: end;
                }
                &__text {
                    border-radius: 16px 16px 0 16px;
                    background-color: #E5F3FF;
                }
            }
        }
        &__content {
            display: flex;
            flex-direction: column;
            align-items: start;
        }
        &__text {
            background-color: #ECF1F9;
            border-radius: 16px 16px 16px 0;
            max-width: 500px;
            display: inline-block;
        }
    }
}   

.chat-box-bottom {
    @include sm-screen {
        gap: 4 !important;
        .file-btn {
            height: 38px !important;
            width: 38px !important;
            font-size: 18px !important;
        }
        .submit-btn {
            height: 38px !important;
            padding: 8px 16px;
            font-size: 12px;
        }
        input {
            height: 38px !important;
        }
    }
}

/* =============================== Chat Css End =========================== */
© 2025 GrazzMean-Shell