summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/profile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/profile.scss')
-rw-r--r--app/assets/stylesheets/sections/profile.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/assets/stylesheets/sections/profile.scss b/app/assets/stylesheets/sections/profile.scss
index b9f4e317e9c..086875582f3 100644
--- a/app/assets/stylesheets/sections/profile.scss
+++ b/app/assets/stylesheets/sections/profile.scss
@@ -111,20 +111,3 @@
height: 50px;
}
}
-
-//CSS for password-strength indicator
-#password-strength {
- margin-bottom: 0;
-}
-
-.has-success input {
- background-color: #D6F1D7 !important;
-}
-
-.has-error input {
- background-color: #F3CECE !important;
-}
-
-.has-warning input {
- background-color: #FFE9A4 !important;
-}