Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16675 | Autoría | Ultima modificación | Ver Log |

html,
body {
    background-color: $bg-color;
}

p,
label,
span {
    margin-bottom: 0;
    line-height: 1.25;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    color: $font-color;
}

/** Autocomplete de google */
.pac-container {
    z-index: 1051 !important;
}

.datefm {
    float: left;
    width: 100%;
    position: relative;
}

.datefm i {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 18px;
    color: #b2b2b2;
}

/* ================== USER PROFILE =================== */
.change-cover-image {
    position: absolute;
    margin-top: -23%;
    float: right;
    margin-left: 81%;
}

.feed-container {
    padding: 0 26%;
}

@media (max-width: 720px) {
    .feed-container {
        padding: 0 5%;
    }
}

.cover-sec {
    box-shadow: $shadow;

    img {
        width: 100%;
        min-height: 100px;
        object-fit: contain;
    }

    &>a {
        display: inline-block;
        color: #e44d3a;
        font-size: 16px;
        background-color: #fff;
        border: 1px solid #e44d3a;
        position: absolute;
        top: 30px;
        right: 0;
        padding: 10px 15px;
        font-weight: 600;
        margin-right: 15px;
    }

    &>a i {
        padding-right: 5px;
    }
}

/* ============= user_profile ============= */

.user_profile {
    float: left;
    width: 100%;
    background-color: $bg-color;
    margin-bottom: 20px;
    text-align: center;
    margin-top: -36px;
}

.user-pro-img {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;

    @include maxwidth("medium") {
        margin-top: -60px;
    }

    img {
        background-color: #fff;
        border-radius: 100px;
        float: none;
        border: 2px solid $border-primary;
        max-width: 150px;
        object-fit: cover;

        @include maxwidth("medium") {
            max-width: 180px;
        }
    }

    .add-dp {
        position: absolute;
        top: 10px;
        left: 60%;
    }
}

.add-dp {
    margin: -16px;
    padding: 0;

    i {
        bottom: 0;
        font-size: 14px;
        box-shadow: none;
        position: relative;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 12px;
        color: #ffff;
        background: #0961bf;
        left: 0;
        top: -5px;

        &:hover {
            font-size: 14px;
            border: 2px solid $border-primary;
            background: #1dac98;
            padding: 11px;
        }
    }

    input[type="file"] {
        opacity: 0;
        padding: 10px 0px 9px;
        display: none;
    }
}

.user_pro_status {
    float: left;
    width: 100%;
    color: $font-color;

    ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.flw-hr {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.flw-hr li {
    display: inline-block;
    margin-right: 17px;
}

.flw-hr li:last-child {
    margin-right: 0;
}

.flw-hr li a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 15px;
}

.flw-hr li a i {
    padding-right: 5px;
}

.flww {
    background-color: #53d690;
}

.hre {
    background-color: #51a5fb;
}

.user-profile-extended-ov {
    float: left;
    width: 100%;
    background-color: $bg-color;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: $light-shadow;
    border-radius: $border-radius;

    p,
    span {
        color: $font-color;
    }

    h3 {
        color: $title-color;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
}

.user-profile-extended-ov span {
    line-height: 22px;
}

.user-profile-extended-ov p {
    line-height: 20px;
}

.user-profile-extended-ov i {
    color: $title-color;
    font-size: 13px;
    /* margin-left: 5px; */
}

.user-profile-extended-ov strong {
    font-weight: bold !important;
}

.user-social-network-ov {
    float: left;
    width: 100%;
    background-color: $bg-color;
    margin-bottom: 1rem;
    border-radius: $border-radius;

    h3 {
        color: $title-color;
        font-size: 18px;
        font-weight: 600;
    }

    i {
        color: $title-color;
        font-size: 13px;
        padding-left: 5px;
    }
}

/* ================== social_links ============= */

.social_links {
    float: left;
    width: 100%;
    text-align: left;

    li {
        float: left;
        width: 100%;
        padding: 15px 15px;
        border-bottom: 1px solid $border-primary;

        a {
            float: left;
            width: 100%;
            color: $font-color;
            font-size: 14px;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            line-height: 18px;

            i {
                padding-right: 5px;
                font-size: 20px;
                position: relative;
                top: 3px;
            }
        }
    }
}

/* =============== user-profile-ov ================ */

.company_profile_info {
    background: $bg-color;
    color: $font-color;
    width: 100%;
    text-align: center;
    box-shadow: $light-shadow;
    border: 1px solid $border-primary;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    margin-top: 0.5rem;

    h3 {
        font-size: 1.2rem;
        color: $title-color;
    }
}

section.cover-sec .add-pic-box.cover {
    display: inline-flex;
    position: absolute;
    right: 1rem;
}

.user-profile-ov {
    float: left;
    width: 100%;
    background-color: $bg-color;
    padding: 30px 20px;
    box-shadow: $light-shadow;
    border-radius: $border-radius;
    margin-bottom: 20px;
}

.user-profile-ov h3 {
    color: $title-color;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.user-profile-ov h3 a {
    color: $title-color;
}

.user-profile-ov h4 {
    font-size: 16px;
    color: $title-color;
    font-weight: 600;
    margin-bottom: 10px;
}

.user-profile-ov p {
    color: $font-color;
    font-size: 14px;
    line-height: 24px;
}

.user-profile-ov.st2 p {
    margin-bottom: 23px;
}

.no-margin {
    margin: 0 !important;
}

.user-profile-ov>span {
    color: $font-color;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 3px;
}

.user-profile-ov ul {
    float: left;
    width: 100%;
}

.user-profile-ov ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 2px;
}

.user-profile-ov ul li a {
    display: inline-block;
    color: $bg-color;
    font-size: 14px;
    font-weight: 600;
    background-color: $font-color;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 15px;
}

.modal-content {
    background-color: $bg-color;
}

.form-group {
    color: $font-color;
}

.form-control,
.modal-content select,
.modal-content textarea,
.modal-content input {
    color: $font-color;
    background-color: $bg-color;
}

.btn-default {
    margin-bottom: 0.5rem;
}

a.accordion-toggle {
    color: $font-color;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: $bg-color;
    color: $font-color;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: $font-color !important;
    background-color: $bg-color !important;
}

.nav-tabs.flex-column .nav-link {
    color: $font-color;
}

[class*="sidebar-light"] .brand-link,
[class*="sidebar-light"] .brand-link .pushmenu {
    color: $font-color;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: $bg-color;
}

.avatar {
    width: 15%;
    display: grid;
    place-items: center;

    img {
        background: #fff;
        height: 2.5rem;
    }
}

.job-status-bar .btn-indicator {
    color: $icons-color;
}

/* =================== main-ws-sec ================== */

.main-ws-sec {
    float: left;
    width: 100%;
}

/* ================ posts-section ================== */

.show-read-more .more-text {
    display: none;
}

.show-read-more {
    color: #666666;
    font-size: 15px;
    /* line-height: 24px; */
    /* margin-bottom: 20px; */
    text-align: justify;
}

.show-read-more p {
    font-size: 15px;
    text-align: justify;
}

.posts-section {
    float: left;
    width: 100%;
}

.reviewtext {
    margin: 0 -20px;
}

.reviewtext p {
    padding-left: 20px;
}

.post-bar {
    float: left;
    width: 100%;
    background-color: $bg-color;
    padding: 20px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.shared-post-bar {
    margin-top: 1rem;
}

.shared-post-bar .post-bar {
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 15%);
}

.post_topbar {
    float: left;
    width: 100%;
    position: relative;
}

.rep-post {
    padding: 0;
}

.usy-dt {
    float: left;
}

.job_descp video,
.job_descp img {
    background: #fff;
}

.usy-dt img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-top: 2px;
    background: #fff;
}

.ed-opts {
    float: right;
    position: relative;
    top: 7px;
}

.ed-opts>a {
    color: #b2b2b2;
    font-size: 24px;
    float: right;
    position: relative;
    left: 10px;
    top: -10px;
}

.ed-options {
    position: absolute;
    top: 100%;
    right: 0;
    width: 130px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.ed-options.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.ed-options li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.ed-options li:last-child {
    margin-bottom: 0;
}

.ed-options li a {
    color: #686868;
    font-size: 14px;
    font-weight: 600;
}

.ed-opts>a:hover {
    color: #e44d3a;
}

.usy-name {
    float: right;
    margin-left: 15px;
}

.usy-name h3 {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 2px;
}

.usy-name span {
    color: #b2b2b2;
    font-size: 14px;
}

.usy-name img {
    margin-top: 4px;
    margin-right: 6px;
}

.usy-name .bklink img {
    margin-top: 1px;
    margin-right: 6px;
}

.epi2 i {
    margin-right: 5px;
}

#rewivewdata .review-lt {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.review-lt img {
    margin-top: 1px;
    margin-right: 6px;
}

.bid-tab {
    margin-bottom: 20px;
}

.epi-sec {
    float: left;
    width: 100%;
    padding: 0;
}

.usy-name .bklink {
    float: left;
    margin-top: 5px !important;
    margin-bottom: 15px;
}

.descp {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.descp li {
    display: inline-block;
    margin-right: 15px;
}

.descp li span {
    color: #b2b2b2;
    font-size: 14px;
    float: left;
}

.descp li img {
    margin-right: 5px;
}

.bk-links li {
    display: inline-block;
    margin-right: 7px;
}

.bk-links li:last-child {
    margin-right: 0;
}

.bk-links li i {
    color: #fff;
    font-size: 24px;
    width: 33px;
    height: 30px;
    padding-left: 0px;
    background-color: #53d690;
    text-align: center;
    line-height: 30px;
}

.bk-links li i.la-envelope {
    background-color: #e44d3a;
}

.bid_now {
    color: #fff;
    background-color: #51a5fb;
    text-transform: capitalize;
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    top: -3px;
}

.bid_now:hover {
    color: #fff;
}

/* ============== job_descp ============ */

.job_descp {
    float: left;
    width: 100%;
    margin: 1rem 0;
}

.job_descp h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 15px; */
}

.job-dt {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.job-dt li {
    display: inline-block;
    margin-right: 15px;
}

.job-dt li a {
    color: #fff;
    background-color: #53d690;
    text-transform: capitalize;
    padding: 5px 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.job-dt li span {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.job_descp>p {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.job_descp>p a {
    color: #0961bf;
    font-weight: 600;
}

.job_descp video,
.job_descp img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 1rem;
}

/* ========== job-status-bar ========== */

.job-status-bar {
    float: left;
    width: 100%;
}

.like-com {
    /* float: left; */
    /* margin-top: 20px; */
    margin: 0;
}

.like-com li {
    display: inline-block;
    margin-right: 15px;
}

.like-com li a {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.like-com li a:hover {
    color: #e44d3a;
}

.like-com li a.active {
    color: #e44d3a;
}

.like-com li a i {
    margin-right: 2px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.like-com li span {
    color: #ffffff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    background-color: #e44d3a;
    line-height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    float: left;
    text-align: center;
    font-weight: 600;
    margin-left: -25px;
}

.like-com li .com {
    position: relative;
    top: -9px;
}

.like-com li .com img {
    margin-right: 10px;
}

.job-status-bar>a {
    /* float: right; */
    color: #b2b2b2 !important;
    font-size: 14px;
    /* margin-top: 29px; */
    cursor: pointer;
}

.job-status-bar>a:hover {
    color: #e44d3a !important;
}

.job-status-bar>a i {
    font-size: 14px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.job-status-bar>a:hover {
    color: #1e5591 !important;
}

.job-status-bar>ul>li>a:hover {
    color: #1e5591;
}

.comment-section {
    box-shadow: none;
}

/* =============== comment-section ============== */

.comment-section {
    float: left;
    width: 100%;
    background-color: $bg-color;
    padding: 20px;
    margin-top: 1rem;
}

.plus-ic {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.plus-ic i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    text-align: center;
    color: #b2b2b2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

/* =============== comment-sec ================ */

.comment-sec {
    float: left;
    width: 100%;
}

.comment-sec ul {
    float: left;
    width: 100%;
}

.comment-sec ul li {
    float: left;
    width: 100%;
}

.comment-sec ul ul {
    padding-left: 50px;
}

.comment-list {
    display: table;
    /* padding-bottom: 30px; */
}

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

.bg-img img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.comment {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-left: 10px;
}

.comment h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.comment span {
    color: #b2b2b2;
    font-size: 14px;
    display: block;
    margin-bottom: 14px;
}

.comment p {
    color: #686868;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}

.comment>a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}

.comment>a.active,
.comment>a:hover {
    color: #e44d3a;
}

.comment>a i {
    font-weight: 600;
    margin-right: 6px;
}

/* =============== post-comment ============= */

.post-comment {
    float: left;
    width: 100%;
}

.cm_img {
    float: left;
    width: 40px;
    margin-right: 10px;
}

.comment_box {
    float: none;
}

.comment_box input {
    width: 80%;
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #efefef;
    padding-left: 10px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    resize: none;
}

.comment_box form button {
    float: right;
    color: $bg-color;
    background-color: $font-color;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 600;
}

/* ============== process-comm ============= */

.process-comm {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.process-comm img {
    float: none;
}

.process-comm {
    padding-top: 10px;
    padding-bottom: 20px;
}

.right-border {
    border: solid 1px rgb(0 0 0 / 20%);
}

.content .container-fluid {
    .card {
        background-color: $bg-color;
        border-radius: $border-radius;
        box-shadow: $shadow;
    }

    .card-header,
    .card-body {
        color: $font-color;
    }
}

.dataTables_filter,
.dataTables_length {
    color: $font-color;
}

aside.main-sidebar {
    background-color: $bg-color !important;
    color: $font-color;

    .sidebar>nav>.nav .nav-item a.nav-link {
        color: $font-color;
    }
}

.content-wrapper {
    background-color: $bg-color !important;

    .content-header h1 {
        color: $font-color;
    }

    .table thead th,
    .table td,
    .table th {
        color: $font-color;
    }
}

.main-header {
    background-color: $bg-color !important;

    .navbar-nav .nav-item .nav-link {
        color: $font-color;
    }
}

/*
    Rewriting styles
  */
.brand-link .brand-image {
    border-radius: 50% !important;
}

.btn-primary {
    background-color: $button-bg;
    border-radius: 10px;
    color: $button-text-color !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    &:hover,
    &:focus,
    &.focus {
        background-color: $button-bg-hover;
        text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
    }
}

.btn-secondary {
    background: $button-bg-secondary;
    border: 1px solid $border-primary;
    border-radius: 5px;
    color: $button-text-color-secondary !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    &:hover {
        background-color: $button-bg-secondary-hover;
        border-color: $border-trasnparent;
    }
}

.btn-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    &:hover {
        color: #28a745;
        background-color: transparent;
        border-color: #1e7e34;
        text-shadow: 2px 2px 2px #a9a9a9;
    }
}

.btn-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    &:hover,
    &:focus {
        color: #c82333;
        background-color: transparent;
        border-color: #bd2130;
        text-shadow: 2px 2px 2px #a9a9a9;
    }
}

.btn-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    &:hover {
        color: #e0a800;
        background-color: transparent;
        border-color: #d39e00;
        text-shadow: 2px 2px 2px #a9a9a9;
    }
}

.btn-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    &:hover {
        color: #138496;
        background-color: transparent;
        border-color: #117a8b;
        text-shadow: 2px 2px 2px #a9a9a9;
    }
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    display: flex;
    flex-direction: column;
}

td,
th {
    &.text-vertical-middle {
        vertical-align: middle !important;
        white-space: nowrap;
    }
}

.alert {
    width: fit-content !important;
    padding-right: 2rem;
}

/*
    Toggles
  */
.toggle {
    height: calc(2.25rem + 2px) !important;
}

.toggle-on,
.toggle-off {
    background-color: #16283c !important;
    color: white;
}

.toggle-on:hover,
.toggle-off:hover {
    color: white;
    box-shadow: inset -8px 1px 8px rgb(189 189 189 / 70%);
}