mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-18 14:49:16 +00:00
fix: more sass nesting
This commit is contained in:
parent
7e257894f2
commit
2c556abba0
|
@ -10,18 +10,17 @@
|
|||
}
|
||||
.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 {
|
||||
padding: .5rem 1.5rem;
|
||||
}
|
||||
.td-navbar-nav-scroll .navbar-nav {
|
||||
padding-bottom: 0 !important;
|
||||
.nav-link {
|
||||
padding: .5rem 1.5rem;
|
||||
}
|
||||
.navbar-nav {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,12 +30,12 @@
|
|||
|
||||
.td-sidebar-nav .td-sidebar-link__page,
|
||||
ul.ul-2>.td-sidebar-nav__section-title a {
|
||||
color: #616161 !important;
|
||||
font-weight: 400;
|
||||
color: #616161 !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
||||
color: $blue !important;
|
||||
color: $blue !important;
|
||||
}
|
||||
|
||||
.td-toc {
|
||||
|
@ -95,22 +94,19 @@ li:has(input[type="checkbox"]) {
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
.btn {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.btn,
|
||||
.text-secondary {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.td-sidebar {
|
||||
padding-top: 5rem;
|
||||
padding-top: 5rem;
|
||||
}
|
||||
.td-404 main, .td-main main {
|
||||
padding-top: 6.5rem;
|
||||
padding-top: 6.5rem;
|
||||
}
|
||||
.td-sidebar-toc {
|
||||
padding-top: 2.75rem;
|
||||
padding-top: 2.75rem;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue