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