mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: more sass nesting
This commit is contained in:
parent
7e257894f2
commit
2c556abba0
|
@ -10,19 +10,18 @@
|
||||||
}
|
}
|
||||||
.nav-link:hover, .nav-link.active{
|
.nav-link:hover, .nav-link.active{
|
||||||
background-color: #616161;
|
background-color: #616161;
|
||||||
color: white;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.td-navbar-nav-scroll {
|
.td-navbar-nav-scroll {
|
||||||
height: unset !important;
|
height: unset !important;
|
||||||
margin-top: unset !important;
|
margin-top: unset !important;
|
||||||
}
|
.nav-link {
|
||||||
.td-navbar-nav-scroll .nav-link {
|
|
||||||
padding: .5rem 1.5rem;
|
padding: .5rem 1.5rem;
|
||||||
}
|
}
|
||||||
.td-navbar-nav-scroll .navbar-nav {
|
.navbar-nav {
|
||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-breadcrumbs__single {
|
.td-breadcrumbs__single {
|
||||||
|
@ -95,10 +94,7 @@ li:has(input[type="checkbox"]) {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn,
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-secondary {
|
.text-secondary {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue