Merge branch 'develop' into feature/CSR-1109

This commit is contained in:
Leah Schumann 2023-05-19 14:43:42 -04:00
commit bc6f7d5865

View file

@ -246,12 +246,12 @@ export default {
<style lang="scss">
.shop-question {
margin-top: 1rem !important;
text-align: center !important;
margin-top: 1rem;
text-align: center;
.button-question {
.question-text {
margin-top: 0.5rem !important;
margin-top: 0.5rem;
}
}
}
@ -263,8 +263,8 @@ export default {
background-position: 0.5rem 0.75rem;
.alert-heading {
text-align: left;
font-size: 0.75rem !important;
line-height: 1.25rem !important;
font-size: 0.75rem;
line-height: 1.25rem;
}
p {
padding-left: 0.5rem;