Skip to content

Commit

Permalink
fix: ds tabs styling (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete authored Nov 27, 2023
1 parent 13ca8d7 commit 20e5f14
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/tab/tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

.tab {
font-size:1rem;
.nav-tabs.nav-tabs-cards .nav-link{
border-bottom-width: 1px;
}
.nav-link {
-moz-transition: none;
-o-transition:none;
Expand All @@ -22,18 +19,10 @@
padding: 16px 23px 18px 23px;
}
}
.nav-item {
padding-bottom: 0.5px;
}
.nav-item-filler {
border-color: #C5C7C9!important;
&.flex-grow-0 {
width: 16px;
}
min-width: 16px;
}
// .nav-tabs-hidescroll {
// height:4rem;
// }
}


Expand Down

0 comments on commit 20e5f14

Please sign in to comment.