fix: more sass nesting

pull/108/head
nevfy 2024-02-04 23:16:04 +04:00
parent 7e257894f2
commit 2c556abba0
1 changed files with 13 additions and 17 deletions

View File

@ -10,20 +10,19 @@
}
.nav-link:hover, .nav-link.active{
background-color: #616161;
color: white;
border-radius: 5px;
}
.td-navbar-nav-scroll {
height: unset !important;
margin-top: unset !important;
}
.td-navbar-nav-scroll .nav-link {
.nav-link {
padding: .5rem 1.5rem;
}
.td-navbar-nav-scroll .navbar-nav {
.navbar-nav {
padding-bottom: 0 !important;
}
}
}
.td-breadcrumbs__single {
visibility: hidden;
@ -95,10 +94,7 @@ li:has(input[type="checkbox"]) {
list-style-type: none;
}
.btn {
font-weight: 600;
}
.btn,
.text-secondary {
font-weight: 600;
}