Skip to content

Commit

Permalink
fix(storefront): BCTHEME-540 User Account, bug styles in section paym…
Browse files Browse the repository at this point in the history
…ent methods (#2085)
  • Loading branch information
bc-vlad-dlogush authored Jul 20, 2021
1 parent 8e45901 commit 00219ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- User Account, bug styles in section payment methods. [#2085](https://github.com/bigcommerce/cornerstone/pull/2085)
- Scss lint has been replaced with stylelint. [#2069](https://github.com/bigcommerce/cornerstone/pull/2069)

## 5.7.1 (2021-07-09)
Expand Down
8 changes: 8 additions & 0 deletions assets/scss/components/citadel/forms/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
repeat: no-repeat;
}
}

.form-input[name="credit_card_number"] {
background-position: right $form-success-icon-check-right center;
}

.form-input[name="cvv"] {
background-position: right $form-success-icon-check-right center;
}
}


Expand Down
1 change: 1 addition & 0 deletions assets/scss/settings/citadel/forms/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ $form-success-icon: url("data:image/svg+xml;charset=utf8
$form-success-icon-height: remCalc(24px);
$form-success-icon-top: remCalc(37px);
$form-success-icon-right: spacing("third") + spacing("eighth");
$form-success-icon-check-right: spacing("single") + spacing("half");
$form-success-icon-width: remCalc(24px);
$form-success-input-paddingRight: spacing("double");

Expand Down

0 comments on commit 00219ad

Please sign in to comment.