new things
This commit is contained in:
@@ -88,3 +88,26 @@
|
||||
.pipeline-retry {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.pipeline-step--skipped {
|
||||
border-color: var(--border);
|
||||
background: var(--bg-surface);
|
||||
opacity: 0.45;
|
||||
}
|
||||
|
||||
.stage-skipped {
|
||||
color: var(--text-dim);
|
||||
}
|
||||
|
||||
.pipeline-pass-group--extra {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.pipeline-pass-label {
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.06em;
|
||||
color: var(--text-dim);
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user