:hotpink: fixes no 2
This commit is contained in:
parent
b7350f3ee0
commit
0e210d791a
|
@ -1,11 +1,11 @@
|
|||
@mixin buildTileColors($color, $bg, $status)
|
||||
@mixin buildTileColors($color, $bg, $status, $extra-hover: $color)
|
||||
> .#{$status}
|
||||
background-color: $bg
|
||||
.icon-request g > *,
|
||||
.status-icon g > *
|
||||
fill: $color
|
||||
&:hover
|
||||
background-color: $color
|
||||
background-color: $extra-hover
|
||||
.status-icon g > *
|
||||
fill: $white
|
||||
.status-icon .circle
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
@media #{$medium-up}
|
||||
.dropup--status
|
||||
border-color: $color
|
||||
border-color: $extra-hover
|
||||
color: $color
|
||||
&:before
|
||||
background-color: $color
|
||||
|
@ -65,8 +65,8 @@
|
|||
@include buildTileColors(#D94341, #FFF7F5, 'failed')
|
||||
@include buildTileColors(#D94341, #FFF7F5, 'errored')
|
||||
@include buildTileColors(#A1A0A0, #F5F5F5, 'canceled')
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'started')
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'queued')
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'booting')
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'received')
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'created')
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'started', #e5da3f)
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'queued', #e5da3f)
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'booting', #e5da3f)
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'received', #e5da3f)
|
||||
@include buildTileColors(#bfb502, #fdfcee, 'created', #e5da3f)
|
||||
|
|
|
@ -70,11 +70,11 @@
|
|||
@include statusColors($red-dark, 'failed')
|
||||
@include statusColors($red-dark, 'errored')
|
||||
@include statusColors($grey-medium, 'canceled')
|
||||
@include statusColors(#bfb502, 'started', #e5db29)
|
||||
@include statusColors(#bfb502, 'queued', #e5db29)
|
||||
@include statusColors(#bfb502, 'booting', #e5db29)
|
||||
@include statusColors(#bfb502, 'received', #e5db29)
|
||||
@include statusColors(#bfb502, 'created', #e5db29)
|
||||
@include statusColors(#bfb502, 'started', #e5da3f)
|
||||
@include statusColors(#bfb502, 'queued', #e5da3f)
|
||||
@include statusColors(#bfb502, 'booting', #e5da3f)
|
||||
@include statusColors(#bfb502, 'received', #e5da3f)
|
||||
@include statusColors(#bfb502, 'created', #e5da3f)
|
||||
|
||||
%row-element
|
||||
vertical-align: middle
|
||||
|
|
Loading…
Reference in New Issue
Block a user