Merge branch 'develop' into feature/CSR-1109
This commit is contained in:
commit
bc6f7d5865
1 changed files with 5 additions and 5 deletions
|
|
@ -246,12 +246,12 @@ export default {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.shop-question {
|
.shop-question {
|
||||||
margin-top: 1rem !important;
|
margin-top: 1rem;
|
||||||
text-align: center !important;
|
text-align: center;
|
||||||
|
|
||||||
.button-question {
|
.button-question {
|
||||||
.question-text {
|
.question-text {
|
||||||
margin-top: 0.5rem !important;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -263,8 +263,8 @@ export default {
|
||||||
background-position: 0.5rem 0.75rem;
|
background-position: 0.5rem 0.75rem;
|
||||||
.alert-heading {
|
.alert-heading {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 0.75rem !important;
|
font-size: 0.75rem;
|
||||||
line-height: 1.25rem !important;
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue