Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/icons.scss')
-rw-r--r--app/assets/stylesheets/framework/icons.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss
index a8e740525e2..f27a36d1966 100644
--- a/app/assets/stylesheets/framework/icons.scss
+++ b/app/assets/stylesheets/framework/icons.scss
@@ -60,6 +60,13 @@
@include icon-styles($gray-500, $gray-100);
}
+.password-status-icon-success {
+ svg {
+ vertical-align: middle;
+ fill: $green-500;
+ }
+}
+
.icon-link {
&:hover {
text-decoration: none;
@@ -67,6 +74,7 @@
}
.user-avatar-link {
+ display: inline-block;
text-decoration: none;
}