From 3d4b9a122a750a10bbb71564548f772c70097d9f Mon Sep 17 00:00:00 2001 From: jquispe-oddball Date: Mon, 16 Dec 2024 16:20:29 -0500 Subject: [PATCH] 96894 - adding missing border bottom on mobile --- .../sass/POARequestsCard.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/applications/accredited-representative-portal/sass/POARequestsCard.scss b/src/applications/accredited-representative-portal/sass/POARequestsCard.scss index e44c4622bbdd..c15865a9de16 100644 --- a/src/applications/accredited-representative-portal/sass/POARequestsCard.scss +++ b/src/applications/accredited-representative-portal/sass/POARequestsCard.scss @@ -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;