commit
2c1c1a000e
|
@ -23,15 +23,15 @@
|
|||
.jobs-item
|
||||
border: 1px solid $cream-dark
|
||||
margin-bottom: 5px
|
||||
@include colorJobs($turf-green, 'passed', 6px, $seed-green)
|
||||
@include colorJobs($brick-red, 'failed', 6px, $quartz-red)
|
||||
@include colorJobs($brick-red, 'errored', 6px, $quartz-red)
|
||||
@include colorJobs($cement-grey, 'canceled', 6px, $pebble-grey)
|
||||
@include colorJobs($canary-yellow, 'started', 6px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'queued', 6px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'booting', 6px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'received', 6px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'created', 6px, $haze-yellow, true)
|
||||
@include colorJobs($turf-green, 'passed', 3px, $seed-green)
|
||||
@include colorJobs($brick-red, 'failed', 3px, $quartz-red)
|
||||
@include colorJobs($brick-red, 'errored', 3px, $quartz-red)
|
||||
@include colorJobs($cement-grey, 'canceled', 3px, $pebble-grey)
|
||||
@include colorJobs($canary-yellow, 'started', 3px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'queued', 3px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'booting', 3px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'received', 3px, $haze-yellow, true)
|
||||
@include colorJobs($canary-yellow, 'created', 3px, $haze-yellow, true)
|
||||
|
||||
@include colorFadeOut('passed', $seed-green)
|
||||
@include colorFadeOut('failed', $quartz-red)
|
||||
|
@ -52,7 +52,6 @@
|
|||
justify-content: space-between
|
||||
align-items: center
|
||||
height: 34px
|
||||
padding-left: 0.5em
|
||||
|
||||
.section-title
|
||||
font-size: 16px
|
||||
|
@ -65,12 +64,6 @@
|
|||
@media #{$medium-up}
|
||||
flex: 0 0 2em
|
||||
|
||||
&.started,
|
||||
&.booting,
|
||||
&.received,
|
||||
&.created
|
||||
line-height: 3
|
||||
|
||||
.job-number
|
||||
display: inline-block
|
||||
@media #{$medium-up}
|
||||
|
|
|
@ -135,4 +135,7 @@
|
|||
@include colorStatusIcons($color, $status)
|
||||
&:hover,
|
||||
&:active
|
||||
@include colorBg($bg-start, $status, $width, $hover)
|
||||
background-color: $hover
|
||||
border-left: $width solid $color
|
||||
a
|
||||
margin-left: - $width + 1px
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
border: 1px solid $cream-dark
|
||||
clear: both
|
||||
|
||||
@include colorRows($turf-green, 'passed', 12px)
|
||||
@include colorRows($brick-red, 'failed', 12px)
|
||||
@include colorRows($brick-red, 'errored', 12px)
|
||||
@include colorRows($cement-grey, 'canceled', 12px)
|
||||
@include colorRows($canary-yellow, 'started', 12px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'queued', 12px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'booting', 12px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'received', 12px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'created', 12px, true, $dozer-yellow)
|
||||
@include colorRows($turf-green, 'passed', 10px)
|
||||
@include colorRows($brick-red, 'failed', 10px)
|
||||
@include colorRows($brick-red, 'errored', 10px)
|
||||
@include colorRows($cement-grey, 'canceled', 10px)
|
||||
@include colorRows($canary-yellow, 'started', 10px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'queued', 10px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'booting', 10px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'received', 10px, true, $dozer-yellow)
|
||||
@include colorRows($canary-yellow, 'created', 10px, true, $dozer-yellow)
|
||||
|
||||
@media #{$medium-up}
|
||||
display: flex
|
||||
|
@ -30,7 +30,7 @@
|
|||
font-size: 16px
|
||||
@media #{$medium-up}
|
||||
flex: 1 1 65%
|
||||
padding-left: 2.5rem
|
||||
padding-left: 2.2rem
|
||||
|
||||
.build-tools
|
||||
padding: 1rem 0 1rem 3rem
|
||||
|
|
|
@ -34,10 +34,15 @@
|
|||
vertical-align: middle
|
||||
width: 5px
|
||||
height: 5px
|
||||
border: solid 1px #bfb502
|
||||
border: solid 1px $dozer-yellow
|
||||
border-radius: 50%
|
||||
transform-origin: center center
|
||||
|
||||
&.started,
|
||||
&.received,
|
||||
&.created
|
||||
height: 19px
|
||||
|
||||
@keyframes rotation
|
||||
0%
|
||||
transform: rotateZ(0deg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user