Commit 034ad4e2 authored by Phil Hughes's avatar Phil Hughes Committed by Robert Speicher

Content link colour in profile settings

parent 36aad293
...@@ -38,6 +38,9 @@ $profile-settings-link-color: $md-link-color; ...@@ -38,6 +38,9 @@ $profile-settings-link-color: $md-link-color;
$btn-transparent-color: #8F8F8F; $btn-transparent-color: #8F8F8F;
$ssh-key-icon-color: #8F8F8F;
$ssh-key-icon-size: 18px;
/* /*
* Color schema * Color schema
*/ */
......
...@@ -147,11 +147,17 @@ ...@@ -147,11 +147,17 @@
} }
.key-icon { .key-icon {
color: #8F8F8F; color: $ssh-key-icon-color;
font-size: 18px; font-size: $ssh-key-icon-size;
line-height: 42px; line-height: 42px;
} }
.key-created-at { .key-created-at {
line-height: 42px; line-height: 42px;
} }
.profile-settings-content {
a {
color: $gl-primary;
}
}
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
.col-lg-9 .col-lg-9
%h5.prepend-top-0 %h5.prepend-top-0
Add an SSH key Add an SSH key
%p %p.profile-settings-content
Before you can add an SSH key you need to Before you can add an SSH key you need to
= link_to "generate it.", help_page_path("ssh", "README") = link_to "generate it.", help_page_path("ssh", "README")
= render 'form' = render 'form'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment