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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
e02aec66
Commit
e02aec66
authored
May 31, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use var colors for panels
parent
5ba00d95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
4 deletions
+45
-4
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/gl_bootstrap.scss
+40
-4
app/assets/stylesheets/main/variables.scss
app/assets/stylesheets/main/variables.scss
+5
-0
No files found.
app/assets/stylesheets/gl_bootstrap.scss
View file @
e02aec66
...
...
@@ -257,10 +257,46 @@ ul.breadcrumb {
padding
:
6px
15px
;
}
}
}
&
.panel-default
{
.panel-heading
{
background-color
:
#EEE
;
}
.panel-default
{
.panel-heading
{
background-color
:
#EEE
;
}
}
.panel-danger
{
border-color
:
$border_danger
;
.panel-heading
{
color
:
#ffffff
;
background-color
:
$bg_danger
;
border-color
:
$border_danger
;
}
}
.panel-success
{
border-color
:
$border_success
;
.panel-heading
{
color
:
#ffffff
;
background-color
:
$bg_success
;
border-color
:
$border_success
;
}
}
.panel-primary
{
border-color
:
$border_primary
;
.panel-heading
{
color
:
#ffffff
;
background-color
:
$bg_primary
;
border-color
:
$border_primary
;
}
}
.panel-warning
{
border-color
:
$border_warning
;
.panel-heading
{
color
:
#ffffff
;
background-color
:
$bg_warning
;
border-color
:
$border_warning
;
}
}
app/assets/stylesheets/main/variables.scss
View file @
e02aec66
...
...
@@ -32,6 +32,11 @@ $bg_primary: #429bca;
$bg_light_primary
:
#d9edf7
;
$color_primary
:
#31708f
;
/*
* Warning colors (yellow)
*/
$bg_warning
:
#f39c12
;
$border_warning
:
#f39c12
;
/**
* Commit Diff Colors
...
...
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