CSR-1985
UI changes for promo modal
This commit is contained in:
parent
ed7f6b4555
commit
6321ccc8fe
1 changed files with 23 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss">
|
||||||
.applied-promo {
|
.applied-promo {
|
||||||
padding-right: 4rem;
|
padding-right: 4rem;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
@ -350,5 +350,27 @@ 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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue