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
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue