Use darker colors for status indicators
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
.table-cell:last-child
|
||||
box-shadow: inset -5px 0 0 $color-primary
|
||||
|
||||
@include status-color-property(background-color, ' .shot-status')
|
||||
@include status-color-property(background-color, ' .shot-status', 'dark')
|
||||
|
||||
.table-cell
|
||||
text-align: center
|
||||
@@ -75,7 +75,7 @@
|
||||
padding: 0 15px
|
||||
transition: all 150ms ease-in-out
|
||||
|
||||
@include status-color-property(background-color, ':before')
|
||||
@include status-color-property(background-color, ':before', 'dark')
|
||||
|
||||
&:before
|
||||
background-color: $color-background /* overriden by status-{{status}} */
|
||||
|
Reference in New Issue
Block a user