Add new icon for created pipeline
This commit is contained in:
parent
b2e23e33b3
commit
47ca2d3202
3 changed files with 11 additions and 1 deletions
|
@ -43,6 +43,15 @@
|
|||
border-color: $blue-normal;
|
||||
}
|
||||
|
||||
&.ci-created {
|
||||
color: $table-text-gray;
|
||||
border-color: $table-text-gray;
|
||||
|
||||
svg {
|
||||
fill: $table-text-gray;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
|
|
|
@ -41,7 +41,7 @@ module CiStatusHelper
|
|||
when 'play'
|
||||
'icon_play'
|
||||
when 'created'
|
||||
'icon_status_pending'
|
||||
'icon_status_created'
|
||||
else
|
||||
'icon_status_cancel'
|
||||
end
|
||||
|
|
1
app/views/shared/icons/_icon_status_created.svg
Normal file
1
app/views/shared/icons/_icon_status_created.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" enable-background="new 0 0 14 14"><path d="M12.5,7 C12.5,4 10,1.5 7,1.5 C4,1.5 1.5,4 1.5,7 C1.5,10 4,12.5 7,12.5 C10,12.5 12.5,10 12.5,7 L12.5,7 Z M0,7 C0,3.1 3.1,0 7,0 C10.9,0 14,3.1 14,7 C14,10.9 10.9,14 7,14 C3.1,14 0,10.9 0,7 L0,7 Z" /><circle cx="7" cy="7" r="3.25"/></svg>
|
After Width: | Height: | Size: 339 B |
Loading…
Reference in a new issue