really fix the status colors
This commit is contained in:
parent
1332a23561
commit
ab8473e75e
|
@ -15,7 +15,7 @@
|
||||||
color: $color-text-status-pending
|
color: $color-text-status-pending
|
||||||
|
|
||||||
#repositories .green,
|
#repositories .green,
|
||||||
.green .summary .number,
|
.green #summary .number,
|
||||||
.list .green .number
|
.list .green .number
|
||||||
.status
|
.status
|
||||||
background-color: $color-bg-status-passed
|
background-color: $color-bg-status-passed
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
color: $color-text-status-passed
|
color: $color-text-status-passed
|
||||||
|
|
||||||
#repositories .red,
|
#repositories .red,
|
||||||
.red .summary .number,
|
.red #summary .number,
|
||||||
.list .red .number
|
.list .red .number
|
||||||
.status
|
.status
|
||||||
background-color: $color-bg-status-failed
|
background-color: $color-bg-status-failed
|
||||||
|
|
|
@ -6009,26 +6009,26 @@ pre#log .fold.open {
|
||||||
|
|
||||||
/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
||||||
#repositories .green .status,
|
#repositories .green .status,
|
||||||
.green .summary .number .status,
|
.green #summary .number .status,
|
||||||
.list .green .number .status {
|
.list .green .number .status {
|
||||||
background-color: #368c2a;
|
background-color: #368c2a;
|
||||||
}
|
}
|
||||||
/* line 22, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
/* line 22, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
||||||
#repositories .green a,
|
#repositories .green a,
|
||||||
.green .summary .number a,
|
.green #summary .number a,
|
||||||
.list .green .number a {
|
.list .green .number a {
|
||||||
color: #038035;
|
color: #038035;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 28, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
/* line 28, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
||||||
#repositories .red .status,
|
#repositories .red .status,
|
||||||
.red .summary .number .status,
|
.red #summary .number .status,
|
||||||
.list .red .number .status {
|
.list .red .number .status {
|
||||||
background-color: #cc3d3d;
|
background-color: #cc3d3d;
|
||||||
}
|
}
|
||||||
/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
|
||||||
#repositories .red a,
|
#repositories .red a,
|
||||||
.red .summary .number a,
|
.red #summary .number a,
|
||||||
.list .red .number a {
|
.list .red .number a {
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user