Merge branch 'develop' into feature/CASH-353-Redo

This commit is contained in:
mvalaiyapathi 2025-04-17 10:09:14 -04:00 committed by GitHub
commit dbc3b49099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,10 +78,10 @@ export default {
width: 100%; width: 100%;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: $gray-600;
p { p {
font-size: 0.875rem; font-size: 0.875rem;
color: $black;
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
font-size: 1rem; font-size: 1rem;
} }
@ -91,9 +91,11 @@ export default {
text-decoration: none; text-decoration: none;
&.new-window-link { &.new-window-link {
margin: 0 0.75rem; margin: 0 0.75rem;
color: $gray-600;
} }
&.navigation-link { &.navigation-link {
margin: 0 0.75rem; margin: 0 0.75rem;
color: $gray-600;
} }
} }