updates/styling
This commit is contained in:
parent
26cbce89fc
commit
bfb30c42b0
2 changed files with 10 additions and 3 deletions
|
|
@ -502,7 +502,13 @@ export default {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
// revisit this
|
:deep(ol) {
|
||||||
|
padding-left: 1.25rem;
|
||||||
|
}
|
||||||
|
:deep(li) {
|
||||||
|
margin-top: 1px;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
:deep(ul) {
|
:deep(ul) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
|
|
@ -510,7 +516,8 @@ export default {
|
||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom: .5rem;
|
margin-top: .5rem;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:deep(p) {
|
:deep(p) {
|
||||||
|
|
|
||||||
|
|
@ -663,7 +663,7 @@ export const useMainStore = defineStore({
|
||||||
safelitePolicy: {
|
safelitePolicy: {
|
||||||
policies: []
|
policies: []
|
||||||
},
|
},
|
||||||
actualDeductible: this.currentDeductible ?? ''
|
actualDeductible: this.currentDeductible.toString() ?? ''
|
||||||
},
|
},
|
||||||
lossInfo: {
|
lossInfo: {
|
||||||
dateOfLoss: this.order.policy.dateOfLoss,
|
dateOfLoss: this.order.policy.dateOfLoss,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue