Merge pull request #426 from Safelite/feature/digital/SSR-639

change v-deep to deep
This commit is contained in:
katiekroell 2023-08-28 13:03:55 -04:00 committed by GitHub
commit c5d019db2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}