2016-09-29 09:46:39 +05:30
|
|
|
#cycle-analytics {
|
2017-08-17 22:00:37 +05:30
|
|
|
max-width: 1000px;
|
2016-09-29 09:46:39 +05:30
|
|
|
margin: 24px auto 0;
|
|
|
|
position: relative;
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.landing {
|
2017-09-10 17:25:29 +05:30
|
|
|
margin-top: 0;
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
.inner-content {
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
h4,
|
|
|
|
p {
|
|
|
|
margin: 7px 0 0;
|
|
|
|
max-width: 480px;
|
|
|
|
padding: 0 $gl-padding;
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
@include media-breakpoint-down(sm) {
|
2017-08-17 22:00:37 +05:30
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-03-17 18:26:18 +05:30
|
|
|
|
2018-12-13 13:39:08 +05:30
|
|
|
.svg-container svg {
|
2018-03-17 18:26:18 +05:30
|
|
|
width: 136px;
|
|
|
|
height: 136px;
|
|
|
|
}
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.col-headers {
|
|
|
|
ul {
|
2017-09-10 17:25:29 +05:30
|
|
|
@include clearfix;
|
2017-08-17 22:00:37 +05:30
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
line-height: 50px;
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
color: $cycle-analytics-light-gray;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-header {
|
|
|
|
width: 26%;
|
|
|
|
padding-left: $gl-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.median-header {
|
|
|
|
width: 14%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-header {
|
|
|
|
width: 45%;
|
|
|
|
padding-left: $gl-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-time-header {
|
|
|
|
width: 15%;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: $gl-padding;
|
|
|
|
}
|
2016-09-29 09:46:39 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.stage-name {
|
2018-03-17 18:26:18 +05:30
|
|
|
font-weight: $gl-font-weight-bold;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
.card {
|
2016-09-29 09:46:39 +05:30
|
|
|
.content-block {
|
|
|
|
padding: 24px 0;
|
2018-03-17 18:26:18 +05:30
|
|
|
border-bottom: 0;
|
2016-09-29 09:46:39 +05:30
|
|
|
position: relative;
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
@include media-breakpoint-down(xs) {
|
2016-09-29 09:46:39 +05:30
|
|
|
padding: 6px 0 24px;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.column {
|
|
|
|
text-align: center;
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
@include media-breakpoint-down(xs) {
|
2016-09-29 09:46:39 +05:30
|
|
|
padding: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 38px;
|
2018-03-17 18:26:18 +05:30
|
|
|
font-weight: $gl-font-weight-normal;
|
2016-09-29 09:46:39 +05:30
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
color: $layout-link-gray;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
2018-11-08 19:23:39 +05:30
|
|
|
@include media-breakpoint-down(xs) {
|
2016-09-29 09:46:39 +05:30
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.js-ca-dropdown {
|
|
|
|
top: $gl-padding-top;
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.fa-spinner {
|
|
|
|
font-size: 28px;
|
|
|
|
position: relative;
|
|
|
|
margin-left: -20px;
|
|
|
|
left: 50%;
|
|
|
|
margin-top: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-panel-body {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-nav,
|
|
|
|
.stage-entries {
|
|
|
|
display: flex;
|
|
|
|
vertical-align: top;
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-nav {
|
|
|
|
width: 40%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
li {
|
|
|
|
@include clearfix;
|
2017-09-10 17:25:29 +05:30
|
|
|
list-style-type: none;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.stage-nav-item {
|
|
|
|
display: flex;
|
|
|
|
line-height: 65px;
|
|
|
|
border-top: 1px solid transparent;
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
border-right: 1px solid $border-color;
|
|
|
|
background-color: $gray-light;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
background-color: transparent;
|
|
|
|
border-right-color: transparent;
|
|
|
|
border-top-color: $border-color;
|
|
|
|
border-bottom-color: $border-color;
|
2018-11-20 20:47:30 +05:30
|
|
|
box-shadow: inset 2px 0 0 0 $blue-500;
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
.stage-name {
|
2018-03-17 18:26:18 +05:30
|
|
|
font-weight: $gl-font-weight-bold;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover:not(.active) {
|
|
|
|
background-color: $gray-lightest;
|
|
|
|
box-shadow: inset 2px 0 0 0 $border-color;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
2018-03-17 18:26:18 +05:30
|
|
|
border-top: 0;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
2018-03-17 18:26:18 +05:30
|
|
|
border-bottom: 0;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.stage-nav-item-cell {
|
|
|
|
&.stage-median {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: $gl-padding;
|
|
|
|
min-width: calc(35% - #{$gl-padding});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-name {
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-empty,
|
|
|
|
.not-available {
|
|
|
|
color: $gl-text-color-secondary;
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
|
|
|
}
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.stage-panel-container {
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-panel {
|
|
|
|
min-width: 968px;
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
.card-header {
|
2017-08-17 22:00:37 +05:30
|
|
|
padding: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.events-description {
|
|
|
|
line-height: 65px;
|
|
|
|
padding: 0 $gl-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.events-info {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-events {
|
|
|
|
width: 60%;
|
|
|
|
overflow: scroll;
|
|
|
|
height: 467px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-event-list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stage-event-item {
|
2017-09-10 17:25:29 +05:30
|
|
|
@include clearfix;
|
2017-08-17 22:00:37 +05:30
|
|
|
list-style-type: none;
|
|
|
|
padding: 0 0 $gl-padding;
|
|
|
|
margin: 0 $gl-padding $gl-padding;
|
|
|
|
border-bottom: 1px solid $gray-darker;
|
|
|
|
|
|
|
|
&:last-child {
|
2018-03-17 18:26:18 +05:30
|
|
|
border-bottom: 0;
|
2017-08-17 22:00:37 +05:30
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-details,
|
|
|
|
.item-time {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-details {
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-title {
|
|
|
|
margin: 0 0 2px;
|
|
|
|
|
|
|
|
&.issue-title,
|
|
|
|
&.commit-title,
|
|
|
|
&.merge-merquest-title {
|
2018-11-08 19:23:39 +05:30
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2017-08-17 22:00:37 +05:30
|
|
|
max-width: 100%;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
2016-09-29 09:46:39 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.item-time {
|
|
|
|
width: 25%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-time {
|
|
|
|
font-size: $cycle-analytics-big-font;
|
2018-11-20 20:47:30 +05:30
|
|
|
color: $gl-text-color;
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
span {
|
2016-09-29 09:46:39 +05:30
|
|
|
color: $gl-text-color;
|
2017-08-17 22:00:37 +05:30
|
|
|
font-size: $gl-font-size;
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
2016-09-29 09:46:39 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.issue-date,
|
|
|
|
.build-date {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-link,
|
|
|
|
.commit-author-link,
|
|
|
|
.issue-author-link {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Custom CSS for components
|
|
|
|
.item-conmmit-component {
|
|
|
|
.commit-icon {
|
|
|
|
svg {
|
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.merge-request-branch {
|
|
|
|
a {
|
|
|
|
max-width: 180px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: bottom;
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
// Custom Styles for stage items
|
|
|
|
.item-build-component {
|
|
|
|
.item-title {
|
|
|
|
.icon-build-status {
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-build-name {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pipeline-id {
|
|
|
|
color: $gl-text-color;
|
|
|
|
padding: 0 3px 0 0;
|
|
|
|
}
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
.ref-name {
|
2017-08-17 22:00:37 +05:30
|
|
|
color: $black;
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 180px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
line-height: 1.3;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
.commit-sha {
|
2018-11-20 20:47:30 +05:30
|
|
|
color: $blue-600;
|
2017-08-17 22:00:37 +05:30
|
|
|
line-height: 1.3;
|
|
|
|
vertical-align: top;
|
2018-03-17 18:26:18 +05:30
|
|
|
font-weight: $gl-font-weight-normal;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
color: $gl-text-color-secondary;
|
2018-11-18 11:00:15 +05:30
|
|
|
font-size: $code-font-size;
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.empty-stage,
|
|
|
|
.no-access-stage {
|
|
|
|
text-align: center;
|
|
|
|
width: 75%;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding-top: 130px;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.empty-stage {
|
|
|
|
.icon-no-data {
|
|
|
|
height: 36px;
|
|
|
|
width: 78px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-access-stage {
|
|
|
|
.icon-lock {
|
|
|
|
height: 36px;
|
|
|
|
width: 78px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cycle-analytics-overview {
|
|
|
|
padding-top: 100px;
|
|
|
|
|
|
|
|
.overview-details {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overview-image {
|
|
|
|
text-align: right;
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.overview-icon {
|
|
|
|
svg {
|
|
|
|
width: 365px;
|
|
|
|
height: 227px;
|
|
|
|
}
|
|
|
|
}
|
2016-09-29 09:46:39 +05:30
|
|
|
}
|