UI/copy changes WIP
This commit is contained in:
parent
3d64506791
commit
2f557137e0
1 changed files with 4 additions and 6 deletions
|
|
@ -107,7 +107,7 @@ export default {
|
|||
return this.answersFromCms?.[0]?.Name ?? '';
|
||||
},
|
||||
duplicateOrders() {
|
||||
const duplicateOrderText = 'Finish Existing Claim';
|
||||
const duplicateOrderText = 'Finish existing claim';
|
||||
const orders = useMainStore().applicationUser.duplicateOrders;
|
||||
return (
|
||||
orders?.map((o) => {
|
||||
|
|
@ -216,13 +216,11 @@ export default {
|
|||
.subheader-secondary {
|
||||
margin-top: map-get($spacers, 2);
|
||||
}
|
||||
p {
|
||||
span {
|
||||
font-size: $h6-font-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
.duplicate-check-question {
|
||||
span {
|
||||
font-weight:600;
|
||||
}
|
||||
.question-text {
|
||||
justify-content: left;
|
||||
display: inline-flex !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue