BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
034ad4e2
Commit
034ad4e2
authored
Mar 02, 2016
by
Phil Hughes
Committed by
Robert Speicher
Mar 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Content link colour in profile settings
parent
36aad293
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
variables.scss
app/assets/stylesheets/framework/variables.scss
+3
-0
profile.scss
app/assets/stylesheets/pages/profile.scss
+8
-2
index.html.haml
app/views/profiles/keys/index.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
034ad4e2
...
...
@@ -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
*/
...
...
app/assets/stylesheets/pages/profile.scss
View file @
034ad4e2
...
...
@@ -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
;
}
}
app/views/profiles/keys/index.html.haml
View file @
034ad4e2
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment