Merge pull request #1769 from Safelite/feature/CSR-1985

CSR-1985
This commit is contained in:
AMSNEHA 2024-02-26 16:07:13 +05:30 committed by GitHub
commit 0d664078cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -337,7 +337,7 @@ export default {
},
};
</script>
<style lang="scss" scoped>
<style lang="scss">
.applied-promo {
padding-right: 4rem;
font-size: 14px;
@ -350,5 +350,27 @@ export default {
font-size: 14px;
font-weight: 500;
line-height: 24px;
padding: 8px 16px;
margin-top: 24px;
}
.modal {
.modal-header {
padding: 0;
margin-bottom: 20px;
margin-top: 24px;
.btn-close {
height: 16px;
width: 16px;
margin-top: 8px;
top: 0rem;
}
.modal-title {
font-size: 1rem;
line-height: 26px;
}
}
.modal-body {
padding-bottom: 24px;
}
}
</style>