Merge pull request #2805 from Safelite/feature/bugfix/CASH-1420
Feature/bugfix/cash-1420
This commit is contained in:
commit
d315ad255e
1 changed files with 20 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
</transition>
|
||||
<modal
|
||||
ref="shopQuestionModal"
|
||||
class="shop-question-popup"
|
||||
:headerText="modalHeaderText"
|
||||
:onModalOpenedCallback="updateSelectedAnswer"
|
||||
:onModalClosedCallback="resetZipCodeData"
|
||||
|
|
@ -392,6 +393,25 @@ export default {
|
|||
.modal.modal-component .modal-dialog .modal-content .modal-body .textbox-question {
|
||||
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 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Reference in a new issue