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: 18.116.67.226
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : _table.scss
/* ======================= Common Table Css Start ======================= */
.table-list {
    > span {
        position: relative;
        margin-inline-end: 8px;
        padding-inline-end: 8px;
        &:last-child {
            margin-inline-end: 0;
            padding-inline-end: 0;
            &::before {
                display: none;
            }
        }
        &::before {
            position: absolute;
            content: "";
            width: 1px;
            height: 7px;
            inset-inline-end: 0;
            inset-block-start: 50%;
            transform: translateY(-50%);
            background-color: var(--main-600);
        }
    }
}

.table>:not(caption)>*>* {
    border-bottom-width: 0;
}
.table {
    min-width: max-content;
    &.style-two {
        th {
            background-color: var(--gray-50);
            border-bottom: 0;
        }
        th, td {
            padding: 16px 20px;
        }
        td {
            width: 33.33%;
            word-wrap: break-word; 
        }
        tbody tr {
            border-bottom: 1px solid var(--gray-100);
            &:last-child {
                border-bottom: 0 !important;
            }
        }
    }

    &.style-three {
        tbody {
            tr {
                border-bottom: 1px solid var(--gray-50);
                td {
                    padding: 24px 20px !important;
                }
            }
        }
    }
}
/* ======================= Common Table Css End ======================= */
© 2025 GrazzMean-Shell