Merge branch 'release/2025.09.04' into feature/bugfix/CASH-1464
This commit is contained in:
commit
d7fbad4cc6
1 changed files with 20 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
</transition>
|
</transition>
|
||||||
<modal
|
<modal
|
||||||
ref="shopQuestionModal"
|
ref="shopQuestionModal"
|
||||||
|
class="shop-question-popup"
|
||||||
:headerText="modalHeaderText"
|
:headerText="modalHeaderText"
|
||||||
:onModalOpenedCallback="updateSelectedAnswer"
|
:onModalOpenedCallback="updateSelectedAnswer"
|
||||||
:onModalClosedCallback="resetZipCodeData"
|
:onModalClosedCallback="resetZipCodeData"
|
||||||
|
|
@ -392,6 +393,25 @@ export default {
|
||||||
.modal.modal-component .modal-dialog .modal-content .modal-body .textbox-question {
|
.modal.modal-component .modal-dialog .modal-content .modal-body .textbox-question {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.modal.shop-question-popup .btn.btn-primary {
|
||||||
|
background: $blue;
|
||||||
|
|
||||||
|
&:focus,
|
||||||
|
&:focus-visible {
|
||||||
|
box-shadow:
|
||||||
|
0 0 0 3px,
|
||||||
|
0 0 0 5.5px $blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.form-test-invalid {
|
||||||
|
background: #d4d6d8;
|
||||||
|
|
||||||
|
&:focus,
|
||||||
|
&:focus-visible {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.shop-question-zipcode {
|
.shop-question-zipcode {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue