2017-05-09 00:15:34 -04:00
|
|
|
.ci-status-icon-success,
|
|
|
|
.ci-status-icon-passed {
|
2017-11-28 16:53:26 -05:00
|
|
|
svg {
|
|
|
|
fill: $green-500;
|
2017-11-23 00:04:22 -05:00
|
|
|
}
|
2016-11-21 18:14:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ci-status-icon-failed {
|
2017-11-28 16:53:26 -05:00
|
|
|
svg {
|
|
|
|
fill: $gl-danger;
|
2017-11-23 00:04:22 -05:00
|
|
|
}
|
2016-11-21 18:14:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ci-status-icon-pending,
|
2017-01-12 07:22:04 -05:00
|
|
|
.ci-status-icon-failed_with_warnings,
|
2016-11-21 18:58:16 -05:00
|
|
|
.ci-status-icon-success_with_warnings {
|
2017-11-28 16:53:26 -05:00
|
|
|
svg {
|
|
|
|
fill: $orange-500;
|
2017-11-23 00:04:22 -05:00
|
|
|
}
|
2016-11-21 18:14:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ci-status-icon-running {
|
2017-11-28 16:53:26 -05:00
|
|
|
svg {
|
|
|
|
fill: $blue-400;
|
2017-11-23 00:04:22 -05:00
|
|
|
}
|
2016-11-21 18:14:40 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ci-status-icon-canceled,
|
2018-01-23 03:44:46 -05:00
|
|
|
.ci-status-icon-disabled {
|
2017-11-28 16:53:26 -05:00
|
|
|
svg {
|
|
|
|
fill: $gl-text-color;
|
2017-11-23 00:04:22 -05:00
|
|
|
}
|
2016-11-21 18:14:40 -05:00
|
|
|
}
|
2016-11-03 14:29:31 -04:00
|
|
|
|
2016-11-21 18:14:40 -05:00
|
|
|
.ci-status-icon-created,
|
2018-01-23 03:44:46 -05:00
|
|
|
.ci-status-icon-skipped,
|
|
|
|
.ci-status-icon-notfound {
|
2017-11-28 16:53:26 -05:00
|
|
|
svg {
|
|
|
|
fill: $gray-darkest;
|
2017-11-23 00:04:22 -05:00
|
|
|
}
|
2016-11-03 14:29:31 -04:00
|
|
|
}
|
2016-12-15 13:08:11 -05:00
|
|
|
|
|
|
|
.ci-status-icon-manual {
|
2017-11-28 16:53:26 -05:00
|
|
|
svg {
|
|
|
|
fill: $gl-text-color;
|
2017-11-23 00:04:22 -05:00
|
|
|
}
|
2016-12-15 13:08:11 -05:00
|
|
|
}
|
2017-01-30 13:18:52 -05:00
|
|
|
|
|
|
|
.icon-link {
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2017-04-15 19:38:07 -04:00
|
|
|
|
|
|
|
.user-avatar-link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|