fix some crossbrowser inconsistencies
This commit is contained in:
parent
073fd3feac
commit
8341b2c1cd
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
@mixin statusColors($color, $status)
|
@mixin statusColors($color, $status)
|
||||||
&.#{$status}
|
&.#{$status}
|
||||||
background: linear-gradient(to right, $color 0%, $color 9px, transparent 10px, transparent 100%);
|
background: linear-gradient(to right, $color 0%, $color 9px, transparent 10px, transparent 100%) no-repeat;
|
||||||
.build a,
|
.build a,
|
||||||
.repo-title a
|
.repo-title a
|
||||||
color: $color
|
color: $color
|
||||||
|
@ -135,10 +135,10 @@
|
||||||
background-size: 100%
|
background-size: 100%
|
||||||
|
|
||||||
.icon--job
|
.icon--job
|
||||||
height: 1.2em
|
height: 1em
|
||||||
background-position-y: 0.2em
|
margin-top: .1em
|
||||||
.icon-push
|
.icon-push
|
||||||
background-position-y: 0.4em
|
margin-top: .6em
|
||||||
.build-status
|
.build-status
|
||||||
text-transform: capitalize
|
text-transform: capitalize
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user