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">
|
||||
.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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue