Blocked and doom line 👹
parent
ea27d41101
commit
367b71db96
|
@ -14,7 +14,7 @@ $darkTaiga: #879b89;
|
||||||
$dryTaiga: #70a87d;
|
$dryTaiga: #70a87d;
|
||||||
$morningTaiga: #7ab987;
|
$morningTaiga: #7ab987;
|
||||||
|
|
||||||
$lightRed: #ff8282;
|
$redLight: #ff8282;
|
||||||
$red: #ff0000;
|
$red: #ff0000;
|
||||||
|
|
||||||
$buttonGreen: #699b05;
|
$buttonGreen: #699b05;
|
||||||
|
|
|
@ -70,4 +70,22 @@
|
||||||
@extend .small;
|
@extend .small;
|
||||||
border-bottom: 1px solid $grayLight;
|
border-bottom: 1px solid $grayLight;
|
||||||
}
|
}
|
||||||
|
.blocked {
|
||||||
|
background: $redLight;
|
||||||
|
color: $white;
|
||||||
|
&:hover {
|
||||||
|
background: $red;
|
||||||
|
@include transition (background .2s ease-in);
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: $white;
|
||||||
|
&:hover {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.doom-line {
|
||||||
|
border-bottom: 3px solid $red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,19 @@ section.backlog-table
|
||||||
div.status.width-2
|
div.status.width-2
|
||||||
div.points.width-1 Front
|
div.points.width-1 Front
|
||||||
div.points.width-1 Back
|
div.points.width-1 Back
|
||||||
|
div.row.table-main.blocked.doom-line
|
||||||
|
div.user-stories.width-4
|
||||||
|
div.user-story-name
|
||||||
|
input(type="checkbox", name="")
|
||||||
|
a(href="") Crear el perfil de usuario Senior en el admin
|
||||||
|
a.icon.icon-edit(href="", title="Edit")
|
||||||
|
a.icon.icon-delete(href="", title="Delete")
|
||||||
|
div.user-story-tags
|
||||||
|
- for(var y = 0; y < 3; y++)
|
||||||
|
include ../components/tag
|
||||||
|
div.status.width-2 Status
|
||||||
|
div.points.width-1 Front
|
||||||
|
div.points.width-1 Back
|
||||||
- for (var x = 0; x < 50; x++)
|
- for (var x = 0; x < 50; x++)
|
||||||
div.row.table-main
|
div.row.table-main
|
||||||
div.user-stories.width-4
|
div.user-stories.width-4
|
||||||
|
|
Loading…
Reference in New Issue