Newer
Older
GestionHoteleria / src / scss / custom / components / _nav.scss
James Cuadrado on 29 Apr 2021 397 bytes new
// 
// nav.scss
//

.nav-tabs,.nav-pills {
    > li {
        > a {
            color: $gray-700;
            font-weight: $font-weight-medium;
        }
    }
}

.nav-pills {
    > a {
        color: $gray-700;
        font-weight: $font-weight-medium;   
    }
}

.tab-content {
    padding: 20px;
    border: 1px solid $nav-tabs-border-color;
    border-top: none;
}