diff --git a/app/assets/stylesheets/shared_styles/elements/input_fields.scss b/app/assets/stylesheets/shared_styles/elements/input_fields.scss index 501b98d32..378118f1c 100644 --- a/app/assets/stylesheets/shared_styles/elements/input_fields.scss +++ b/app/assets/stylesheets/shared_styles/elements/input_fields.scss @@ -37,7 +37,7 @@ } } - input.sci-input-field[type=password] { + .sci-input-field[type=password] { font-family: Arial; letter-spacing: .075em; }