CASH-1184

CASH-1184 removed loader and more styling updates
This commit is contained in:
Johnny shultz 2025-08-29 15:43:06 -04:00
parent 71a3ae73e9
commit 643ecc36cb

View file

@ -12,7 +12,6 @@
<textLink <textLink
linkType="navigation" linkType="navigation"
:text="editLink" :text="editLink"
useLoadingModal
@click-event="linkClick" @click-event="linkClick"
href="javascript:void(0)" href="javascript:void(0)"
data-bs-target="#footerModal" data-bs-target="#footerModal"
@ -236,4 +235,9 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
:deep(span.unbolded-text) {
font-weight: 400;
color: $gray-600;
font-family: UrbanistRegular;
}
</style> </style>