more icon fun
This commit is contained in:
parent
ae223fa211
commit
0d2dbbf9e2
|
@ -99,6 +99,16 @@
|
||||||
width: 0.4em
|
width: 0.4em
|
||||||
height: 1em
|
height: 1em
|
||||||
font-size: 24px
|
font-size: 24px
|
||||||
|
.icon--job.started,
|
||||||
|
.icon--job.created,
|
||||||
|
.icon--started-yellow
|
||||||
|
&:after
|
||||||
|
content: "..."
|
||||||
|
display: block
|
||||||
|
width: 0.4em
|
||||||
|
height: 1em
|
||||||
|
font-size: 24px
|
||||||
|
|
||||||
.icon--lang
|
.icon--lang
|
||||||
background-image: inline-image('svg/icon-language.svg')
|
background-image: inline-image('svg/icon-language.svg')
|
||||||
.icon--linux,
|
.icon--linux,
|
||||||
|
|
|
@ -47,6 +47,9 @@
|
||||||
@include colorJobs($cancel-color)
|
@include colorJobs($cancel-color)
|
||||||
&.passed
|
&.passed
|
||||||
@include colorJobs($pass-color)
|
@include colorJobs($pass-color)
|
||||||
|
&.started,
|
||||||
|
&.created
|
||||||
|
@include colorJobs($start-color)
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
height: 145px
|
height: 145px
|
||||||
|
@ -58,7 +61,7 @@
|
||||||
.tile--small
|
.tile--small
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
height: 60px
|
height: 70px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
// todo refactor
|
// todo refactor
|
||||||
|
@ -124,8 +127,6 @@
|
||||||
margin: -0.5em auto 0
|
margin: -0.5em auto 0
|
||||||
.icon--job
|
.icon--job
|
||||||
@extend %absolute-center
|
@extend %absolute-center
|
||||||
.errored
|
|
||||||
width: .5em
|
|
||||||
|
|
||||||
.tile-author
|
.tile-author
|
||||||
img
|
img
|
||||||
|
@ -164,6 +165,16 @@
|
||||||
// job matrix
|
// job matrix
|
||||||
.tile--jobs
|
.tile--jobs
|
||||||
margin-bottom: 0.3em
|
margin-bottom: 0.3em
|
||||||
|
@media #{$medium-up}
|
||||||
|
height: 60px
|
||||||
|
.icon.errored
|
||||||
|
width: .5em
|
||||||
|
.icon.started,
|
||||||
|
.icon.created
|
||||||
|
&:after
|
||||||
|
width: .8em
|
||||||
|
color: $start-color
|
||||||
|
margin-top: -0.3em
|
||||||
.tile-main
|
.tile-main
|
||||||
.icon
|
.icon
|
||||||
margin-right: .3em
|
margin-right: .3em
|
||||||
|
|
Loading…
Reference in New Issue
Block a user