override.scss 1.87 KB
/* override.scss */

.tabs li.tab.active {
    border-bottom: 2px solid $color_keppel_approx;
    a {
        color: $color_keppel_approx;
    }
}

.modal-header {
    padding: 8px 15px;
    border-bottom: 1px solid #DEDEDE;
}

.modal-title {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border: none;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.cancel {
    float: left;
}

.switch.pull-left {
    margin-right: 8px;
}

.modal-content {
    border-radius: 10px;
}

.table-quickMenu {
    border: thin $lightGrey solid;
    border-collapse: separate;
    border-radius: 6px;
    box-shadow: 0px 0px 4px #d8d8d8;
    overflow: visible !important;
}

.table-quickMenu>thead>tr>th {
    border-width: thin;
    border-color: $action_gray;
    border-bottom-style: solid;
    box-shadow: none;
    padding: 20px 30px;
    background-color: transparent;
    text-align: left;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.25px;
    color: rgba(52, 52, 52, 1);
}

.table-quickMenu > tbody > tr > td {
    border-color: $color_gallery_approx;
    color: #333333;
    font-weight: 100;
    padding: 15px 30px;
}

.backgrid-paginator ul > li > a:hover,
.backgrid-paginator ul > .active > a,
.backgrid-paginator ul > .active > span {
    background-color: #2EBC9A !important;
    color: #fff !important;
    &:hover {
        background-color: none;
    }
}

.backgrid-paginator ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px #DDDDDD solid;
}

.select2-container--default .select2-selection--multiple {
    background-color: $color_white_lilac_approx !important;
    border: 1px #e8e9ee solid !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #8fa5b1 !important;
}