summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/profile.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-20 09:16:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-20 09:16:11 +0000
commitedaa33dee2ff2f7ea3fac488d41558eb5f86d68c (patch)
tree11f143effbfeba52329fb7afbd05e6e2a3790241 /app/assets/stylesheets/pages/profile.scss
parentd8a5691316400a0f7ec4f83832698f1988eb27c1 (diff)
downloadgitlab-ce-edaa33dee2ff2f7ea3fac488d41558eb5f86d68c.tar.gz
Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss25
1 files changed, 12 insertions, 13 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index a7ed7172f5f..f76a8030e5b 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -363,23 +363,22 @@ table.u2f-registrations {
color: $gl-text-color-secondary;
}
-.gitlab-slack-gif {
- width: 100%;
- max-width: $add-to-slack-gif-max-width;
+.gitlab-slack-body {
+ max-width: 420px;
}
-.gitlab-slack-well {
- background-color: $white;
- box-shadow: none;
- max-width: $add-to-slack-well-max-width;
+.gitlab-slack-slack-logo {
+ transform: scale(200%); // Slack logo SVG is scaled down 50% and has empty space around it
}
-.gitlab-slack-logo {
- width: $add-to-slack-logo-size;
- height: $add-to-slack-logo-size;
+.skype-icon {
+ color: $skype;
}
-.gitlab-slack-popup {
- width: 100%;
- max-width: $add-to-slack-popup-max-width;
+.linkedin-icon {
+ color: $linkedin;
+}
+
+.twitter-icon {
+ color: $twitter;
}