Refactor card blocked links colors
parent
e4419f7df2
commit
385deccbab
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue