Skip to content

Commit

Permalink
add border to tabs container and remove padding in tabs-content
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthyaaron committed Sep 21, 2024
1 parent 8028512 commit 141d4c1
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,19 @@
}

.tabs > :global(.cds--tab-content) {
padding: layout.$spacing-05 0 !important;
padding: 0 0 !important;
}

.tabList {
position: sticky;
top: 3rem;
z-index: 10;
background-color: $ui-01;
border-bottom: 2px solid $ui-03;

& :global(.cds--tabs__nav-link) {
border-bottom: none !important;
}
}

.tab {
Expand Down

0 comments on commit 141d4c1

Please sign in to comment.