Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e53f4a4e
Commit
e53f4a4e
authored
May 31, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use same color vars for primary/warning styles
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
8beb7c88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/assets/stylesheets/generic/buttons.scss
app/assets/stylesheets/generic/buttons.scss
+6
-6
No files found.
app/assets/stylesheets/generic/buttons.scss
View file @
e53f4a4e
...
...
@@ -59,8 +59,8 @@
&
.btn-primary
{
color
:
#ffffff
;
background-color
:
#429bca
;
border-color
:
#358ebd
;
background-color
:
$bg_primary
;
border-color
:
$border_primary
;
&
.hover
,
&
:hover
,
...
...
@@ -74,8 +74,8 @@
&
.btn-success
{
color
:
#ffffff
;
background-color
:
#5cb85c
;
border-color
:
#4cae4c
;
background-color
:
$bg_success
;
border-color
:
$border_success
;
&
.hover
,
...
...
@@ -90,8 +90,8 @@
&
.btn-danger
{
color
:
#ffffff
;
background-color
:
#d9534f
;
border-color
:
#d43f3a
;
background-color
:
$bg_danger
;
border-color
:
$border_danger
;
&
.hover
,
...
...
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