change v-deep to deep

This commit is contained in:
Katie Kroell 2023-08-28 11:24:57 -04:00
parent f5686b9862
commit 23ae3ee1b9
2 changed files with 4 additions and 4 deletions

View file

@ -428,7 +428,7 @@ export default {
line-height: 1.5rem;
}
::v-deep p {
:deep p {
line-height: 1.5rem;
font-size: 0.875rem;
margin-bottom: 0.5rem;
@ -437,7 +437,7 @@ export default {
}
}
::v-deep .question-text {
:deep .question-text {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
font-size: 1rem;
@ -447,7 +447,7 @@ export default {
}
}
::v-deep .deductible-modal {
:deep .deductible-modal {
p {
margin-bottom: 0 !important;
font-size: 1rem;

View file

@ -74,7 +74,7 @@ export default {
<style lang="scss" scoped>
::v-deep .recal-modal-body {
:deep .recal-modal-body {
h5 {
color: $black;
}