summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/profile.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-02 10:34:25 +0000
committerPhil Hughes <me@iamphill.com>2016-03-11 09:51:07 +0000
commit4d4573268e055606c90dfe1c433b1a331e696378 (patch)
treed05b033f3f86fb706a31be9596258bc4535231bf /app/assets/stylesheets/pages/profile.scss
parent9dc71dcaa081592c226f7c6be574d24f0fadec1e (diff)
downloadgitlab-ce-4d4573268e055606c90dfe1c433b1a331e696378.tar.gz
Fixed heading weight issue
Moved colours to variables
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index f8aeab6857f..40037c548f3 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -176,17 +176,17 @@
}
.change-username-title {
- color: #FC6D26;
+ color: $change-username-title-color;
}
.remove-account-title {
- color: #F00;
+ color: $remove-account-title-color;
}
.provider-btn-group {
display: inline-block;
margin-right: 10px;
- border: 1px solid #E5E5E5;
+ border: 1px solid $provider-btn-group-border;
border-radius: 3px;
&:last-child {
@@ -197,7 +197,7 @@
.provider-btn-image {
display: inline-block;
padding: 5px 10px;
- border-right: 1px solid #E5E5E5;
+ border-right: 1px solid $provider-btn-group-border;
> img {
width: 20px;
@@ -212,6 +212,6 @@
background-color: $gray-light;
&.not-active {
- color: #4688F1;
+ color: $provider-btn-not-active-color;
}
}