1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
This commit is contained in:
Kyle Spearrin
2019-02-18 23:53:36 -05:00
parent 773f0be84a
commit 238ac22b85
3 changed files with 7 additions and 3 deletions

2
jslib

Submodule jslib updated: b95b35e7d9...9c44fc1329

View File

@@ -23,8 +23,7 @@ const StripeElementStyle = {
fontSmoothing: 'antialiased',
},
invalid: {
iconColor: '#dd4b39',
color: '#dd4b39',
color: '#333333',
},
};

View File

@@ -710,6 +710,11 @@ app-user-billing {
border-color: $input-focus-border-color;
outline: 0;
box-shadow: $input-focus-box-shadow;
&.is-invalid {
border-color: $form-feedback-invalid-color;
box-shadow: 0 0 0 $input-focus-width rgba($form-feedback-invalid-color, .25);
}
}
.org-nav {