Merge pull request #758 from Safelite/feature/richardson/SSR-1351
style modal-body of recal-modal
This commit is contained in:
commit
0db5d2faf3
2 changed files with 28 additions and 4 deletions
|
|
@ -87,7 +87,8 @@
|
|||
</div>
|
||||
<recalModal
|
||||
ref="RecalModal"
|
||||
cmsWidgetName="RecalModal" />
|
||||
cmsWidgetName="RecalModal"
|
||||
class="recal-modal" />
|
||||
<contentGroupModal
|
||||
ref="DeductibleModal"
|
||||
cmsWidgetName="DeductibleModal"
|
||||
|
|
@ -506,6 +507,18 @@ export default {
|
|||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.recal-modal) {
|
||||
p {
|
||||
font-size: 1rem;
|
||||
line-height: 1.625rem;
|
||||
|
||||
&.modal-body {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,8 +41,9 @@ ref="theForm"
|
|||
</div>
|
||||
</div>
|
||||
<recalModal
|
||||
ref="recalModal"
|
||||
cmsWidgetName="RecalModal" />
|
||||
ref="recalModal"
|
||||
cmsWidgetName="RecalModal"
|
||||
class="recal-modal" />
|
||||
<steeringModal
|
||||
ref="StateSteeringModal"
|
||||
cmsWidgetName="StateSteeringModal" />
|
||||
|
|
@ -81,7 +82,6 @@ import steeringModal from '@/layouts/provider-preference/steering-modal/steering
|
|||
import shopPreferenceModal from '@/layouts/provider-preference/shop-preference-modal/shop-preference-modal.vue';
|
||||
import tpaRecalModal from '@/layouts/provider-preference/tpa-recal-modal/tpa-recal-modal.vue';
|
||||
import globalRules from '@/constants/global-rules';
|
||||
import bailoutCode from '@/constants/bailoutCode';
|
||||
import bailoutMessage from '@/constants/bailoutMessage';
|
||||
|
||||
const options = { SAFELITE: 'SafeliteOption', TPA: 'TPAOption' };
|
||||
|
|
@ -270,4 +270,15 @@ export default {
|
|||
padding: 0 2.5rem 0 2.5rem;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
:deep(.recal-modal) {
|
||||
p {
|
||||
font-size: 1rem;
|
||||
line-height: 1.625rem;
|
||||
|
||||
&.modal-body {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue