Viewing File: /usr/local/cpanel/base/frontend/jupiter/version_control/index.less

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

@screen-xxs-max: 600px;
@screen-xs: (@screen-xxs-max + 1);
@screen-xs-min: @screen-xs;

.action-column {
    width: auto;
    text-align: right;

    // Take up minimal width when in table mode
    @media (min-width: @screen-xs-min) {
        width: 1%;
    }

    // Don't wrap the action buttons
    @media (min-width: @screen-sm-min) {
        white-space: nowrap;
    }
}

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

.tooltip-wrap {
    word-break: break-all;
}

.pointer {
    cursor: pointer;
}

.row-expand-container {
    display: table-cell;
    width: 40px;
}

.repository-name {
    display: table-cell;
}

.table > tbody > tr > td.expand-panel-data {
    padding: 0;
    border: 0;
}

.vc-list-panel {
    padding: 8px;
    overflow: hidden;

    @media (min-width: @screen-xs-min) {
        html[dir="ltr"] & {
            padding-left: 50px;
        }
        html[dir="rtl"] & {
            padding-right: 50px;
        }
    }
}

.box {
    margin-bottom: 20px;
}

.action-row {
    margin-bottom: 5px;
}

.list-group a {
    cursor: pointer;
}

.panel .form-group {
    padding: 10px 15px;
}

.expand-panel .expand-actions {
    text-align: right;
}

.info-spacing {
    padding-bottom: 5px;
}

@media only screen and (max-width: @screen-xs-max) {
    .expand-panel .expand-actions {
        text-align: left;
    }
    .expand-actions button {
        display: inline-block;
    }
}

@media only screen and (max-width: @screen-xxs-max) {
    .responsive-table > tbody > tr,
    .responsive-table > tbody > tr > td {
        border: 0;
    }

    .responsive-table > tbody > tr:nth-child(2n + 2) {
        border-top: 1px solid #ccc;
    }
}

.table-striped-child > tbody > tr:nth-child(4n + 1) > td,
.table-striped-child > tbody > tr:nth-child(4n + 2) > td,
.table-striped-child > tbody > tr:nth-child(4n + 1) > th,
.table-striped-child > tbody > tr:nth-child(4n + 2) > th {
    background-color: #f8f8f8;
}
.table-striped-child > tbody > tr:nth-child(4n + 3) > td,
.table-striped-child > tbody > tr:nth-child(4n + 4) > td,
.table-striped-child > tbody > tr:nth-child(4n + 3) > th,
.table-striped-child > tbody > tr:nth-child(4n + 4) > th {
    background-color: #f1f1f1;
}

.table > tbody > tr > td.info,
.table > tbody > tr.info > td {
    background-color: #d7edf9;
}

.table > tbody > tr > td.success,
.table > tbody > tr.success > td {
    background-color: #dff2d5;
}

.table > tbody > tr > td.warning,
.table > tbody > tr.warning > td {
    background-color: #fcf8e1;
}

.btn-default-white {
    background-color: #fff;
    color: #428bca;
}

.btn-default-white:hover,
.btn-default-white:active,
.btn-default-white:focus {
    color: #2a6496;
    background-color: #fff;
}

/* Delete Warning Mode */
.delete-question-mark {
    font-size: 45px;
    color: #f1be38;
    font-weight: 700;
    position: relative;
    top: -14px;
    padding-right: 10px;
}

.delete-warning {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.delete-message {
    font-weight: bold;
}

.delete-warning p {
    padding-top: 10px;
}

.display-table-cell {
    vertical-align: top;
}

/* Delete Warning Mode end */

.wordbreak {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    white-space: normal;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.clone-in-progress {
    padding: 5px 40px 5px 40px;
}

@media only screen and (max-width: @screen-xxs-max) {
    /* Overwrites master-ltr.cmb.min.css default table styles */
    .responsive-table > thead > tr {
        position: initial;
    }

    // This padding doesn't make any sense without the labels
    .responsive-table > tbody > tr > td:before {
        padding: 0;
    }

    .responsive-table > tbody > tr > td.expand-panel-data:before {
        content: none;
    }

    th.action-column {
        width: 100%;
    }

    .responsive-table tr {
        display: flex;
    }

    .responsive-table td:first-child {
        flex: 1 auto;
    }
}

.alignment {
    margin: 0 5px 0 5px;
}

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

.step-title {
    font-weight: bold;
}

.summary-sections {
    margin: 20px 0 60px 0;
}

.section-title {
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.action-buttons {
    display: inline-block;
}

.create-another {
    display: inline-block;
    html[dir="ltr"] & {
        margin-right: 40px;
    }
    html[dir="rtl"] & {
        margin-left: 40px;
    }
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-dir-text {
    max-width: 150px;
    display: inline-block;
    text-align: left;
}

.search-create-link {
    padding-left: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

/* Overrides from base stylesheet */
.validation-container {
    margin-top: 5px;
}

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

a.list-group-item {
    color: #428bca;
}

code.commands {
    display: block;
    white-space: pre-wrap;
    margin: 10px 0 10px 0;
    padding: 0 20px 20px 20px;
    background-color: #e5e5e5;
    color: #24292e;
}

code.format {
    background-color: transparent;
    color: #24292e;
    padding: 2px 0;
}

.branch-callout .callout {
    margin: 5px 0;
    padding: 10px;
}

.branch-callout .callout p {
    margin: 0;
}

.tab-content {
    padding: 15px;
    background: #fff;
    border: solid #ddd;
    border-width: 0 1px 1px 1px;
}

.manage-section {
    margin-top: 15px;
}

.url-section {
    margin-top: 30px;
}

.commit-changed {
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-animation-name: highlight-changes; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    animation-name: highlight-changes;
    animation-duration: 10s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes highlight-changes {
    from {
        background-color: transparent;
        border: 1px solid #faebcc;
    }
    to {
        background-color: #faebcc;
        border: 1px solid #faebcc;
    }
}

/* Standard syntax */
@keyframes highlight-changes {
    from {
        background-color: transparent;
        border: 1px solid #faebcc;
    }
    to {
        background-color: #faebcc;
        border: 1px solid #faebcc;
    }
}

.external-link {
    cursor: pointer;
}

.font-weight-bold {
    font-weight: bold;
}

.margin-top-10 {
    margin-top: 10px;
}

.alert-message ul {
    margin-top: 5px;
}

/**
 * SSH key modal
 */

.modal-content .ssh-identity-panel {
    margin-bottom: 0;
    margin-top: 0;

    .panel-heading {
        font-size: 1.1em;

        label {
            margin: 0;
            display: inline;
        }

        .fas {
            font-size: 1.1em;
        }
    }

    .panel-body > :last-child {
        margin-bottom: 0;
    }
}

#ssh-identity-details-expander {
    cursor: pointer;
    box-shadow: none;

    .fa-caret-down {
        transition: 0.35s;
    }
}

#ssh-identity-details-body {
    dl {
        margin: 0;
    }
    dd + dt {
        margin-top: 15px;
    }
    dd + dt {
        margin-top: 10px;
    }
    dd {
        margin-top: 5px;
    }

    pre {
        font-size: 0.8em;
    }

    pre:first-child {
        margin-top: 10px;
    }

    pre:last-child {
        margin-bottom: 0;
    }
}

/**
 * Manage Screen
 */

.manage-section .col-xs-12 {
    min-height: 0;
}

#repoNameInput + .help-block {
    margin-bottom: 0;
}

.no-connection-callout .callout {
    margin: 0 0 5px 0;
}

#btnCancelUpdateRepo {
    margin-top: 10px;
}
Back to Directory File Manager