fix: tab style

pull/107/head
nevfy 2024-02-05 22:28:43 +04:00
parent 9ab590cf1c
commit 1dd43956f2
1 changed files with 21 additions and 0 deletions

View File

@ -275,6 +275,27 @@ a.nav-link.sp-coming-soon::after {
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 {
background-color: #0d6efd11;
}