Skip to content

Commit

Permalink
96894 - adding missing border bottom on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jquispe-oddball committed Dec 26, 2024
1 parent 021c3ab commit 3d4b9a1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@
margin-top: 44px;
margin-bottom: 24px;
display: flex;
border-bottom: 1px solid $vads-color-base-light;

@media (min-width: $small-desktop-screen) {
border-bottom: none;
}
}
&__tab-link {
margin-right: 36px;
padding-bottom: 5px;
text-align: center;

&:last-child {
margin-right: 0;
}

&.active {
font-weight: 700;
border-bottom: 6px solid $vads-color-primary;
Expand Down

0 comments on commit 3d4b9a1

Please sign in to comment.