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

@import (reference) "../../libraries/bootstrap/source/less/variables.less";

#destination_table {
    position: relative;
}

.loading_panel,
#confirm_delete_warning {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    width: 50%;
    top: 0;
}

#confirm_delete_warning {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    width: 100%;
    top: 0;
}

#packageLabel {
    border: 1px solid #428bca;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px rgba(36, 86, 130, 0.2);
    margin: 0;
}

.callout-heading span {
    font-size: 24px;
    margin-bottom: 1vh;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 0.5% 0.5% 0;
}

.row > div {
    margin-bottom: 1%;
}

.sshKey {
    cursor: pointer;
}

.zero-width {
    width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.destination {
    border: none;
}

#transportActions {
    padding-left: 15px;
    padding-right: 15px;
}

div.validatingMsg,
#loadingSettingsMsg {
    background-color: #d7edf9;
    border: 1px solid #27ae60;
}

div.validatingMsg {
    border-radius: 5px;
}

#loadingSettingsMsg {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.destinationMsg span,
#loadingSettingsMsg span {
    margin-left: 5px;
    margin-right: 5px;
}

#loadingSettingsMsg span {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.inlineValidationMessage {
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
}

.validationIcon:hover {
    cursor: pointer;
}

.tooltipHeader {
    text-align: center;
    vertical-align: middle;
}

#actionsContainer {
    display: table;
    width: 100%;
    margin: 0;
}

.actionsContainerRow {
    display: table-row;
    width: 100%;
    margin: 0;
}

.actionsContainerCell {
    display: table-cell;
    width: 100%;
    margin: 0;
}

#config_loading_panel {
    width: 100%;
    margin-top: 5px;
}

.button-right {
    text-align: right;
}

#altValidateAllButton {
    display: none;
}

#alt_validate_all {
    width: 100%;
}

#backupConfigForm label {
    padding-left: 3px;
    padding-right: 3px;
}

.validationResult {
    text-align: center;
    vertical-align: middle;
    min-width: 35px;
}

.promotion {
    background-color: #f5f5f5;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #f78e1e;
    margin: 20px 0 20px 0;
    padding: 20px;
    position: relative;
}
.promotion span.promotional-label {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0.25em 0.25em;
}
.promotion p.title {
    margin-bottom: 5px;
}
.promotion div.actions {
    margin-top: 15px;
}

@media (max-width: 800px) {
    #altValidateAllButton {
        display: block;
    }
    #validate_all {
        display: none;
    }
    .validationResult {
        min-height: 32px;
    }
}

.section-body > .row {
    margin-left: 0;
}

#jetBackupPromo {
    background-color: #eaeaea;
    border-left: thick solid #f0ad4e;
    border-radius: 5px;
    min-height: 70px;
    margin: 15px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    img {
        height: 50px;
        width: 200px;
    }

    p {
        margin: 5px 0;
    }

    #infoContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-right: 5px;

        div {
            margin: 5px;
        }

        #jbLogo {
            margin: 5px 5px 5px 0;
        }
    }

    #verticalDivide {
        border-left: 2px solid #cccccc;
        height: 60px;
    }

    #jbPurchaseAction {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1300px) {
    #jetBackupPromo {
        width: 90%;

        #jbText {
            #infoText {
                font-size: 14px;
                line-height: 17px;
            }
        }

        #priceText {
            padding-top: 2px;
        }
    }
}

@media (min-width: @screen-lg) {
    #jbText {
        #infoText {
            font-size: 16px;
        }

        #priceText {
            font-size: 12px;
        }
    }
}
Back to Directory File Manager