debian-mirror-gitlab/app/assets/stylesheets/pages/pipelines.scss

119 lines
1.7 KiB
SCSS
Raw Normal View History

2018-11-08 19:23:39 +05:30
@include media-breakpoint-down(md) {
2017-08-17 22:00:37 +05:30
.content-list {
&.builds-content-list {
width: 100%;
overflow: auto;
}
}
2016-08-24 12:49:21 +05:30
}
2017-09-10 17:25:29 +05:30
.ci-table {
2016-11-03 12:29:30 +05:30
.avatar {
margin-left: 0;
float: none;
}
2016-08-24 12:49:21 +05:30
.branch-commit {
2017-09-10 17:25:29 +05:30
.ref-name {
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-bold;
max-width: 100px;
2016-08-24 12:49:21 +05:30
overflow: hidden;
display: inline-block;
white-space: nowrap;
2017-09-10 17:25:29 +05:30
vertical-align: middle;
2016-08-24 12:49:21 +05:30
text-overflow: ellipsis;
}
svg {
height: 14px;
width: 14px;
vertical-align: middle;
2021-01-03 14:25:43 +05:30
&:not(.text-warning) {
fill: $gl-text-color-secondary;
}
2016-08-24 12:49:21 +05:30
}
2018-03-17 18:26:18 +05:30
.sprite {
width: 12px;
height: 12px;
fill: $gl-text-color;
}
2016-08-24 12:49:21 +05:30
.fa {
font-size: 12px;
2016-11-03 12:29:30 +05:30
color: $gl-text-color;
2016-08-24 12:49:21 +05:30
}
2017-09-10 17:25:29 +05:30
.commit-sha {
2018-11-20 20:47:30 +05:30
color: $blue-600;
2016-08-24 12:49:21 +05:30
}
2018-11-08 19:23:39 +05:30
.badge {
2016-08-24 12:49:21 +05:30
margin-right: 4px;
}
.label-container {
font-size: 0;
2018-11-08 19:23:39 +05:30
.badge {
2016-08-24 12:49:21 +05:30
margin-top: 5px;
}
}
}
.duration,
.finished-at {
2017-08-17 22:00:37 +05:30
color: $gl-text-color-secondary;
2017-09-10 17:25:29 +05:30
margin: 0;
2017-08-17 22:00:37 +05:30
white-space: nowrap;
2016-08-24 12:49:21 +05:30
svg {
width: 12px;
height: 12px;
vertical-align: middle;
margin-right: 4px;
}
}
2017-08-17 22:00:37 +05:30
.build-link a {
color: $gl-text-color;
}
}
2016-08-24 12:49:21 +05:30
2021-01-03 14:25:43 +05:30
[data-page='admin:jobs:index'] {
.admin-builds-table {
td:last-child {
min-width: 120px;
2019-03-02 22:35:43 +05:30
}
2017-08-17 22:00:37 +05:30
}
2017-09-10 17:25:29 +05:30
}
2018-03-17 18:26:18 +05:30
.pipelines-container .top-area .nav-controls > .btn:last-child {
float: none;
}
2019-12-26 22:10:19 +05:30
.progress-bar.bg-primary {
background-color: $blue-500 !important;
}
2020-11-24 15:15:51 +05:30
.pipeline-stage-pill {
width: 10rem;
}
.pipeline-job-pill {
width: 8rem;
}
2021-01-03 14:25:43 +05:30
.stage-rounded {
border-radius: 2rem;
}
2020-11-24 15:15:51 +05:30
.stage-left-rounded {
border-radius: 2rem 0 0 2rem;
}
.stage-right-rounded {
border-radius: 0 2rem 2rem 0;
}