mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: tabs border (#100)
This commit is contained in:
parent
082e0c37be
commit
bb21516e55
|
@ -210,3 +210,16 @@ a.nav-link.sp-coming-soon::after {
|
||||||
padding: .1rem .5rem;
|
padding: .1rem .5rem;
|
||||||
border-radius: .1rem;
|
border-radius: .1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-content .tab-pane {
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.125) !important;
|
||||||
|
border-radius: 0px .25rem .25rem .25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-content ul li, .td-content ol li {
|
||||||
|
margin-bottom: unset !important;
|
||||||
|
}
|
Loading…
Reference in a new issue