CASH-1184
CASH-1184 removed loader and more styling updates
This commit is contained in:
parent
71a3ae73e9
commit
643ecc36cb
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue