mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
improved style of home page failure cards
This commit is contained in:
parent
81d99129cd
commit
f4f23600d9
3 changed files with 26 additions and 1 deletions
|
@ -696,6 +696,19 @@ nav div.options .pure-button i {
|
|||
#homepage section .card[data-status="Error"] .l-box:hover {
|
||||
border: 1px solid #262626;
|
||||
}
|
||||
#homepage section .card[data-status="Killed"]:after,
|
||||
#homepage section .card[data-status="Failure"]:after,
|
||||
#homepage section .card[data-status="Error"]:after {
|
||||
font-family: 'FontAwesome';
|
||||
font-size: 16px;
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: -8px;
|
||||
content: "\f111";
|
||||
color: #e97041;
|
||||
min-width: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
#repospage {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -633,6 +633,18 @@ nav {
|
|||
border:1px solid @c0;
|
||||
}
|
||||
}
|
||||
|
||||
&:after {
|
||||
font-family:'FontAwesome';
|
||||
font-size:16px;
|
||||
position:absolute;
|
||||
right:12px;
|
||||
top:-8px;
|
||||
content:"\f111";
|
||||
color: @cneg;
|
||||
min-width:16px;
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
server/app/styles/drone.min.css
vendored
2
server/app/styles/drone.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue