Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
6d7287a4c17e
Commit
8b3d6793
authored
Jan 13, 2016
by
Jacob Schatz
Browse files
color variable for error for exclamation point
parent
2ffcd8ef5903
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/framework/variables.scss
View file @
6d7287a4
...
...
@@ -26,6 +26,8 @@ $gl-vert-padding: 6px;
$gl-padding-top
:
10px
;
$gl-avatar-size
:
46px
;
$secondary-text
:
#7f8fa4
;
$error-exclamation-point
:
#E62958
;
/*
* Color schema
...
...
app/assets/stylesheets/pages/projects.scss
View file @
6d7287a4
...
...
@@ -560,6 +560,6 @@ pre.light-well {
}
.cannot-be-merged
,
.cannot-be-merged
:hover
{
color
:
#E62958
;
color
:
$error-exclamation-point
;
margin-top
:
2px
;
}
}
\ No newline at end of file
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