Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/killacct/index.less

//                                      Copyright 2026 WebPros International, LLC
//                                                           All rights reserved.
// copyright@cpanel.net                                         http://cpanel.net
// This code is subject to the cPanel license. Unauthorized copying is prohibited.

.delete-confirm {
    display: block;
    width: 100%;
}

.delete-confirm-message {
    position: relative;
    padding-top: 1rem;
    padding-inline-start: 5rem;
}

.delete-confirm-message > strong {
    font-size: 1.4em;
}

.delete-dialog-icon {
    position: absolute;
    top: -10px;
    padding: 0;
    font-size: 6.5em;
    color: rgba(231, 76, 60, 0.22);
    inset-inline-start: -17px;
}

.callout {
    margin-top: 0;
    margin-bottom: 5px;
}

.delete-note {
    font-size: 0.95em;
    padding-top: 10px;
    display: block;
}

.delete-confirm {
    padding-inline-start: 0;
    overflow: hidden;
}

.cancel-cert-block {
    padding-top: 15px;
    margin-top: 15px;
}

.modal-dialog {
    max-width: 500px;
}
.check-column input {
    margin-inline-start: 15px;
}

.table .account-summary-table {
    background-color: transparent;
    margin-top: 8px;
}

.account-summary-error,
.account-summary-loading {
    margin-top: 8px;
    margin-bottom: 10px;
}
.global-action-buttons {
    margin-top: 15px;
}

.check-column-header {
    width: 100px;
}

.table.responsive-table > tbody > tr {
    &.delete-confirm-container > td {
        border-top: none;
        padding-top: 1px;
    }
}

@media only screen and (max-width: 800px) {
    .table.responsive-table > tbody > tr {
        &.delete-requested {
            border-bottom: none;

            & > td:last-child {
                border-bottom: none;
            }
        }

        &.delete-confirm-container {
            border-top: none;

            & > td {
                padding-inline: 0;
            }
        }
    }
}
Back to Directory