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

/*
# twofactorauth/index.css                          Copyright(c) 2020 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/

.hyphens {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.led {
    margin: 20px auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: #000 0 -1px 3px 1px;
}

.led-red {
    background-color: #f00;
    box-shadow: #000 0 -1px 3px 1px, inset #600 0 -1px 3px, #f00 0 2px 2px;
}

.led-green {
    background-color: #80ff00;
    box-shadow: #000 0 -1px 3px 1px, inset #460 0 -1px 3px, #80ff00 0 2px 2px;
}

.enable_disable_cell .fas {
    font-size: 18px;
}

#enable_disable_control {
    margin: 5px;
    display: table;
    min-height: 60px;
}

.enable_disable_row {
    display: table-row;
}

.enable_disable_cell {
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.tfa_status_message {
    font-size: 18px;
}

.tab-content {
    padding: 15px;
}

.table > tbody > tr > td.actions_cell {
    padding-left: 0;
    padding-right: 0;
}

.table > thead > tr > th.actions_header {
    padding-left: 14px;
    padding-right: 14px;
}

.gear_column {
    text-align: right;
}

html[dir="rtl"] .gear_column {
    text-align: left;
}

.gear_menu {
    text-align: left;
}

html[dir="rtl"] {
    text-align: right;
}

.actions_cell button.disabled:hover {
    cursor: not-allowed;
}

.confirm_message {
    margin-left: 8px;
}

html[dir="rtl"] .confirm_message {
    margin-left: 0;
    margin-right: 8px;
}

.modal-header {
    background-color: #333333;
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    padding: 10px;
}

.modal-header h4 {
    margin: 0;
    padding: 0;
}

.modal-footer {
    height: 50px;
    padding: 12px;
}

.modal-dialog {
    max-width: 500px;
}

.modal-body {
    padding: 10px;
    .hyphens;
    word-wrap: break-word;
}

#topPageSize_select {
    height: 29px;
    font-size: 13px;
}

#paginator {
    padding-left: 0;
    padding-right: 0;
}

#paginationMessage {
    text-align: right;
}

html[dir="rtl"] #paginationMessage {
    text-align: left;
}

.step-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
}

.image-container {
    padding: 10px 0 20px 0;
}

.image-container img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section {
    padding-bottom: 20px;
}

.validation-container {
    margin-bottom: 0;
}

.status {
    margin: 10px 0 20px 0;
}

.status__label {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.status__disabled,
.status__enabled {
    display: inline-block;
}

.status__text {
    font-weight: bold;
    font-size: 16px;
}

.status-actions button {
    margin-right: 20px;
}

html[dir="rtl"] .status-actions button {
    margin-left: 20px;
}
/*
 * Overrides for the toggle switch to look more like cPHulk and
 * greylisting
 */
.tfa-toggle-switch {
    cursor: pointer;
    display: inline-block;
}

#loadingConfigNotice {
    height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: table;
    width: 100%;
}

#loadConfigNoticeRow {
    display: table-row;
}

#loadConfigCell {
    display: table-cell;
    vertical-align: middle;
}

#issuer.has-error,
.glyphicon.glyphicon-info-sign.has-error {
    color: #a94442;
    border-color: #a94442;
}
Back to Directory File Manager