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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-07 09:14:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-07 09:14:36 +0300
commit41bea98c570eef817a264d41fd91809b5fb168ca (patch)
tree2512eebe1e59c0c39b0fb85eae5f924eb1784dd6 /app/assets/stylesheets/pages/profile.scss
parentb2eab0d28d1c3c156dfbed96370ffb64bcfaab6a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index a7ed7172f5f..ccbc796913e 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -383,3 +383,15 @@ table.u2f-registrations {
width: 100%;
max-width: $add-to-slack-popup-max-width;
}
+
+.skype-icon {
+ color: $skype;
+}
+
+.linkedin-icon {
+ color: $linkedin;
+}
+
+.twitter-icon {
+ color: $twitter;
+}