gitlab-org--gitlab-foss/app/assets/stylesheets/pages/pipelines.scss

89 lines
1.4 KiB
SCSS
Raw Normal View History

/**
* !! NOTE: Do not add more code in this file:
*
* https://gitlab.com/gitlab-org/gitlab/-/issues/267602
*
* For new pipeline CSS please consider:
*
* For pipelines tables and lists:
* - `app/assets/stylesheets/page_bundles/pipelines.scss`
*
* For individual pipelines and mini-pipelines:
* - `app/assets/stylesheets/page_bundles/pipeline.scss`
*
**/
.ci-table {
2016-12-28 17:44:08 -05:00
.avatar {
margin-left: 0;
float: none;
}
2016-12-28 17:44:08 -05:00
.branch-commit {
.ref-name {
font-weight: $gl-font-weight-bold;
max-width: 100px;
2016-12-28 17:44:08 -05:00
overflow: hidden;
display: inline-block;
white-space: nowrap;
2017-06-23 03:36:40 -04:00
vertical-align: middle;
2016-12-28 17:44:08 -05:00
text-overflow: ellipsis;
}
2016-12-28 17:44:08 -05:00
svg {
height: 14px;
width: 14px;
vertical-align: middle;
&:not(.text-warning) {
fill: $gl-text-color-secondary;
}
}
.sprite {
width: 12px;
height: 12px;
fill: $gl-text-color;
}
2016-12-28 17:44:08 -05:00
.fa {
font-size: 12px;
color: $gl-text-color;
}
.commit-sha {
2018-08-14 12:44:08 -04:00
color: $blue-600;
2016-12-28 17:44:08 -05:00
}
.badge {
2016-12-28 17:44:08 -05:00
margin-right: 4px;
}
2016-07-15 12:05:06 -04:00
.label-container {
2016-12-28 17:44:08 -05:00
font-size: 0;
.badge {
2016-12-28 17:44:08 -05:00
margin-top: 5px;
2016-12-28 16:32:15 -05:00
}
2016-12-28 17:44:08 -05:00
}
}
2016-12-28 17:44:08 -05:00
.duration,
.finished-at {
2016-12-30 15:18:27 -05:00
color: $gl-text-color-secondary;
2017-05-10 13:37:36 -04:00
margin: 0;
white-space: nowrap;
2016-12-28 17:44:08 -05:00
svg {
width: 12px;
height: 12px;
vertical-align: middle;
margin-right: 4px;
}
}
.build-link a {
color: $gl-text-color;
2017-09-01 09:46:02 -04:00
}
2016-12-28 17:44:08 -05:00
}