mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: tab style
This commit is contained in:
parent
9ab590cf1c
commit
1dd43956f2
|
@ -275,6 +275,27 @@ a.nav-link.sp-coming-soon::after {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-tabs .nav-item .nav-link.active {
|
||||||
|
border-color: transparent transparent white transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item .nav-link {
|
||||||
|
border: none !important;
|
||||||
|
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-body {
|
||||||
|
background-color: white;
|
||||||
|
border: none !important;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-content .tab-pane {
|
||||||
|
border: none !important;
|
||||||
|
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs a:not(.active).nav-link:hover {
|
.nav-tabs a:not(.active).nav-link:hover {
|
||||||
background-color: #0d6efd11;
|
background-color: #0d6efd11;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue