Refactor card blocked links colors

stable
Álex Hermida 2018-12-03 12:20:38 +01:00 committed by Alex Hermida
parent e4419f7df2
commit 385deccbab
1 changed files with 9 additions and 0 deletions

View File

@ -39,8 +39,17 @@
.card-estimation { .card-estimation {
color: $white; color: $white;
} }
.card-task a {
&.blocked-task {
color: $red;
}
}
.card-owner-actions { .card-owner-actions {
background: rgba($red-light, .9); background: rgba($red-light, .9);
a:hover {
color: $white;
}
} }
svg { svg {
fill: $white; fill: $white;