Content link colour in profile settings

This commit is contained in:
Phil Hughes
2016-03-03 16:13:56 -05:00
committed by Robert Speicher
parent 36aad293b9
commit 034ad4e201
3 changed files with 12 additions and 3 deletions
@@ -38,6 +38,9 @@ $profile-settings-link-color: $md-link-color;
$btn-transparent-color: #8F8F8F;
$ssh-key-icon-color: #8F8F8F;
$ssh-key-icon-size: 18px;
/*
* Color schema
*/
+8 -2
View File
@@ -147,11 +147,17 @@
}
.key-icon {
color: #8F8F8F;
font-size: 18px;
color: $ssh-key-icon-color;
font-size: $ssh-key-icon-size;
line-height: 42px;
}
.key-created-at {
line-height: 42px;
}
.profile-settings-content {
a {
color: $gl-primary;
}
}
+1 -1
View File
@@ -11,7 +11,7 @@
.col-lg-9
%h5.prepend-top-0
Add an SSH key
%p
%p.profile-settings-content
Before you can add an SSH key you need to
= link_to "generate it.", help_page_path("ssh", "README")
= render 'form'