@@ -4570,18 +4570,22 @@ to{background-color:transparent}
4570
4570
.build-summary , .stage {text-align : center}
4571
4571
.build-summary {border-bottom : 1px solid # d1d1d1 ;display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex;display : flex;-webkit-flex-direction : row;-moz-flex-direction : row;-ms-flex-direction : row;flex-direction : row;-webkit-flex-wrap : wrap;-moz-flex-wrap : wrap;-ms-flex-wrap : wrap;flex-wrap : wrap;-webkit-justify-content : space-around;-moz-justify-content : space-around;justify-content : space-around;padding : 5px ;position : relative}
4572
4572
.build-timestamp {color : # 9c9c9c }
4573
- @media (min-width : 400px ){.pipeline .pipeline-stage {padding-right : 52px ;padding-bottom : 15px ;width : 50% }
4573
+ @media (min-width : 400px ){.pipeline .pipeline-stage {padding-right : 52px ;padding-bottom : 15px ;width : calc ( 50% ) }
4574
4574
.pipeline .pipeline-stage : before {bottom : auto;content : '\2192' ;left : auto;right : 10px ;top : 37% }
4575
4575
}
4576
4576
@media (min-width : 600px ){.build-links , .build-timestamp {padding-top : 0 }
4577
4577
.build-pipeline {-webkit-flex-direction : row;-moz-flex-direction : row;-ms-flex-direction : row;flex-direction : row;display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex;display : flex}
4578
4578
.build-pipeline .build-name {white-space : nowrap}
4579
- .build-summary {border-bottom-width : 0 ;border-right : 1px solid # d1d1d1 ;-webkit-flex : 0 0 175 px ;-moz-flex : 0 0 175 px ;-ms-flex : 0 0 175 px ;flex : 0 0 175 px ;-webkit-flex-direction : column;-moz-flex-direction : column;-ms-flex-direction : column;flex-direction : column;-webkit-justify-content : center;-moz-justify-content : center;justify-content : center}
4579
+ .build-summary {border-bottom-width : 0 ;border-right : 1px solid # d1d1d1 ;-webkit-flex : 0 0 135 px ;-moz-flex : 0 0 135 px ;-ms-flex : 0 0 135 px ;flex : 0 0 135 px ;-webkit-flex-direction : column;-moz-flex-direction : column;-ms-flex-direction : column;flex-direction : column;-webkit-justify-content : center;-moz-justify-content : center;justify-content : center}
4580
4580
}
4581
4581
.console-os .top-header , .pipeline-status-bar {display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex}
4582
- @media (min-width : 992px ){.pipeline .pipeline-stage {width : 33.333333 % }
4582
+ @media (min-width : 992px ){.pipeline .pipeline-stage {width : calc ( 25 % ) }
4583
4583
}
4584
- @media (min-width : 1200px ){.pipeline .pipeline-stage {width : 25% }
4584
+ @media (min-width : 1200px ){.pipeline .pipeline-stage {width : calc (20% )}
4585
+ }
4586
+ @media (min-width : 1400px ){.pipeline .pipeline-stage {width : calc (16.66666667% )}
4587
+ }
4588
+ @media (min-width : 1600px ){.pipeline .pipeline-stage {width : calc (14.28571429% )}
4585
4589
}
4586
4590
.pipeline-status-bar .clip1 : before , .pipeline-status-bar .clip2 : before , .pipeline-status-bar .pipeline-line : before {background-color : # d1d1d1 }
4587
4591
.pipeline-status-bar .inner-circle-fill {background-color : # fff ;opacity : 0 }
0 commit comments