Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
609 Bytes
//
// Nav
//
// Nav wrapper (container)
// Nav wrapper
.nav-wrapper {
padding: 1rem 0;
@include border-top-radius($card-border-radius);
+ .card {
@include border-top-radius(0);
@include border-bottom-radius($card-border-radius);
}
}
// Nav links
.nav-link {
color: $nav-link-color;
&:hover {
color: $nav-link-hover-color;
}
i.ni {
position: relative;
top: 2px;
}
}
@media (min-width: 992px){
.nav-item.active-pro {
position: absolute;
width: 100%;
bottom: 10px;
background: $table-head-bg;
}
}