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
6f3b31e1
Commit
6f3b31e1
authored
Feb 16, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds CSS for pods states
parent
b545542c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
1 deletion
+43
-1
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+43
-1
No files found.
app/assets/stylesheets/pages/environments.scss
View file @
6f3b31e1
...
...
@@ -135,4 +135,46 @@
margin-right
:
0
;
}
}
}
\ No newline at end of file
}
/**
* Deploy boards
*/
.deploy-board-instance
{
width
:
15px
;
height
:
15px
;
border-radius
:
3px
;
border-width
:
1px
;
border-style
:
solid
;
&
-finished
{
background-color
:
lighten
(
$green-light
,
25%
);
border-color
:
$green-light
;
}
&
-deploying
{
background-color
:
lighten
(
$green-light
,
40%
);
border-color
:
$green-light
;
}
&
-failed
{
background-color
:
lighten
(
$red-light
,
20%
);
border-color
:
$red-normal
;
}
&
-ready
{
background-color
:
lighten
(
$border-color
,
1%
);
border-color
:
$border-color
;
}
&
-preparing
{
background-color
:
lighten
(
$border-color
,
5%
);
border-color
:
$border-color
;
}
&
-waiting
{
background-color
:
$white-light
;
border-color
:
$border-color
;
}
}
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