Revert "CSR-1985"

This reverts commit 6321ccc8fe.
This commit is contained in:
Sneha 2024-02-27 10:33:38 +05:30
parent 6321ccc8fe
commit a0b201f31f

View file

@ -337,7 +337,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.applied-promo { .applied-promo {
padding-right: 4rem; padding-right: 4rem;
font-size: 14px; font-size: 14px;
@ -350,27 +350,5 @@ export default {
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
line-height: 24px; 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> </style>