Skip to content

Commit

Permalink
feat: Add grey color for disabled selects during the form submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunyachek committed Apr 9, 2024
1 parent 40ef3bd commit a212113
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/payment/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
}
.basket-section {
@extend .mb-5;

select#cardExpirationMonth,
select#cardExpirationYear,
select#country {
&:disabled {
background-color: #ebebeb !important;
}
}
}
.summary-row {
margin-bottom: map-get($spacers, 3);
Expand Down

0 comments on commit a212113

Please sign in to comment.