Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/styles/stats.less

.stats-widget {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 4px;

    .stats-huge {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }

    .stats-title {
        text-align: center;
    }

    .stats-warning {
        background-color: #fcf8e1;
        border: 1px solid #f6c342;
    }

    .stats-widget-body {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .stats-widget-body .stats-item {
        margin: 10px 0 10px 0;
    }

    .stats-widget-footer {
        border-top: 1px solid #dddddd;
        display: flex;
        width: 100%;
    }

    .stats-widget-footer a {
        flex-basis: 100%;
    }

    html[dir="ltr"] .stats-widget-footer a:not(:first-child) {
        border-left: 1px solid #dddddd;
    }

    html[dir="rtl"] .stats-widget-footer a:not(:first-child) {
        border-right: 1px solid #dddddd;
    }
}

html[data-style="dark"] {
    .stats-widget {
        background-color: #222;
        margin-top: 20px;
        box-shadow: none;
        border: 1px solid #1d1d1d;
        border-radius: 3px;

        .stats-widget-footer {
            border-top: 1px solid #1d1d1d;
        }
    }
}
Back to Directory File Manager