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

Revert "CSR-1985"
This commit is contained in:
AMSNEHA 2024-02-27 11:59:06 +05:30 committed by GitHub
commit 3f1c645735
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">
<style lang="scss" scoped>
.applied-promo {
padding-right: 4rem;
font-size: 14px;
@ -350,27 +350,5 @@ 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>