summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/profile.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-29 13:39:29 +0000
committerPhil Hughes <me@iamphill.com>2016-03-11 09:51:07 +0000
commitf48f51ac7e204aa174effcda7cc79e06e2bbaba0 (patch)
tree849e1e71d15d398941a62e65f475a62652f75875 /app/assets/stylesheets/pages/profile.scss
parentf7da99aef7044592d957df750dcf6e4185c51694 (diff)
downloadgitlab-ce-f48f51ac7e204aa174effcda7cc79e06e2bbaba0.tar.gz
Account settings
Closes #13854
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss48
1 files changed, 44 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 4826b994e37..f8aeab6857f 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -1,7 +1,6 @@
-.account-page {
- fieldset {
- margin-bottom: 15px;
- padding-bottom: 15px;
+.profile-avatar-form-option {
+ hr {
+ margin: 10px 0;
}
}
@@ -175,3 +174,44 @@
color: $profile-settings-link-color;
}
}
+
+.change-username-title {
+ color: #FC6D26;
+}
+
+.remove-account-title {
+ color: #F00;
+}
+
+.provider-btn-group {
+ display: inline-block;
+ margin-right: 10px;
+ border: 1px solid #E5E5E5;
+ border-radius: 3px;
+
+ &:last-child {
+ margin-right: 0;
+ }
+}
+
+.provider-btn-image {
+ display: inline-block;
+ padding: 5px 10px;
+ border-right: 1px solid #E5E5E5;
+
+ > img {
+ width: 20px;
+ }
+}
+
+.provider-btn {
+ display: inline-block;
+ padding: 5px 10px;
+ margin-left: -3px;
+ line-height: 22px;
+ background-color: $gray-light;
+
+ &.not-active {
+ color: #4688F1;
+ }
+}