mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-18 14:49:16 +00:00
fix: tabs border (#100)
This commit is contained in:
parent
082e0c37be
commit
bb21516e55
|
@ -209,4 +209,17 @@ a.nav-link.sp-coming-soon::after {
|
|||
margin-left: .5rem;
|
||||
padding: .1rem .5rem;
|
||||
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