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 ?? '';
|
return this.answersFromCms?.[0]?.Name ?? '';
|
||||||
},
|
},
|
||||||
duplicateOrders() {
|
duplicateOrders() {
|
||||||
const duplicateOrderText = 'Finish Existing Claim';
|
const duplicateOrderText = 'Finish existing claim';
|
||||||
const orders = useMainStore().applicationUser.duplicateOrders;
|
const orders = useMainStore().applicationUser.duplicateOrders;
|
||||||
return (
|
return (
|
||||||
orders?.map((o) => {
|
orders?.map((o) => {
|
||||||
|
|
@ -216,13 +216,11 @@ export default {
|
||||||
.subheader-secondary {
|
.subheader-secondary {
|
||||||
margin-top: map-get($spacers, 2);
|
margin-top: map-get($spacers, 2);
|
||||||
}
|
}
|
||||||
p {
|
|
||||||
span {
|
|
||||||
font-size: $h6-font-size;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.duplicate-check-question {
|
.duplicate-check-question {
|
||||||
|
span {
|
||||||
|
font-weight:600;
|
||||||
|
}
|
||||||
.question-text {
|
.question-text {
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue