Skip to content

Commit

Permalink
Adjust referral form fields style
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-ottinger committed Sep 13, 2024
1 parent 69ede58 commit 87af371
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@

.checkout__client-referral-form {
padding-block-start: 48px;

input[type="text"].form-text-input:disabled,
.form-textarea:disabled {
border-color: var(--color-neutral-10);
}
}

.checkout__aside--client {
Expand Down

0 comments on commit 87af371

Please sign in to comment.