updated build status bg colors
This commit is contained in:
parent
4ce70d2784
commit
b897e81fd2
|
@ -1,20 +1,20 @@
|
||||||
@import "_mixins/all"
|
@import "_mixins/all"
|
||||||
|
|
||||||
.green .build-status
|
.green .build-status
|
||||||
background-color: #0d8136
|
background-color: #549e54
|
||||||
|
|
||||||
.yellow .build-status
|
.yellow .build-status
|
||||||
background-color: #e7d700
|
background-color: #bcaf39
|
||||||
|
|
||||||
.red .build-status
|
.red .build-status
|
||||||
background-color: #e10000
|
background-color: #b54223
|
||||||
|
|
||||||
.gray .build-status
|
.gray .build-status
|
||||||
background-color: #a8a8a9
|
background-color: #a8a8a9
|
||||||
|
|
||||||
#new-summary
|
#new-summary
|
||||||
@include clearfix
|
@include clearfix
|
||||||
@include border-radius(5px)
|
@include border-radius(4px)
|
||||||
background-color: #fafafa
|
background-color: #fafafa
|
||||||
min-height: 30px
|
min-height: 30px
|
||||||
padding: 2px 11px
|
padding: 2px 11px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user