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
Jérome Perrin
gitlab-ce
Commits
5faf3e81
Commit
5faf3e81
authored
Sep 24, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor ci-status badge css
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
081a0ddc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
34 deletions
+37
-34
app/assets/stylesheets/ci/projects.scss
app/assets/stylesheets/ci/projects.scss
+0
-34
app/assets/stylesheets/ci/status.scss
app/assets/stylesheets/ci/status.scss
+37
-0
No files found.
app/assets/stylesheets/ci/projects.scss
View file @
5faf3e81
...
...
@@ -56,38 +56,4 @@
margin-bottom
:
16px
;
}
}
.ci-status
{
padding
:
2px
7px
;
margin-right
:
5px
;
border
:
1px
solid
#EEE
;
white-space
:
nowrap
;
@include
border-radius
(
4px
);
&
.ci-failed
{
color
:
$gl-danger
;
border-color
:
$gl-danger
;
}
&
.ci-success
{
color
:
$gl-success
;
border-color
:
$gl-success
;
}
&
.ci-info
{
color
:
$gl-info
;
border-color
:
$gl-info
;
}
&
.ci-disabled
{
color
:
$gl-gray
;
border-color
:
$gl-gray
;
}
&
.ci-pending
,
&
.ci-running
{
color
:
$gl-warning
;
border-color
:
$gl-warning
;
}
}
}
app/assets/stylesheets/ci/status.scss
0 → 100644
View file @
5faf3e81
.ci-status
{
padding
:
2px
7px
;
margin-right
:
5px
;
border
:
1px
solid
#EEE
;
white-space
:
nowrap
;
@include
border-radius
(
4px
);
&
:hover
{
text-decoration
:
none
;
}
&
.ci-failed
{
color
:
$gl-danger
;
border-color
:
$gl-danger
;
}
&
.ci-success
{
color
:
$gl-success
;
border-color
:
$gl-success
;
}
&
.ci-info
{
color
:
$gl-info
;
border-color
:
$gl-info
;
}
&
.ci-disabled
{
color
:
$gl-gray
;
border-color
:
$gl-gray
;
}
&
.ci-pending
,
&
.ci-running
{
color
:
$gl-warning
;
border-color
:
$gl-warning
;
}
}
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