diff --git a/app/styles/dependencies/colors.scss b/app/styles/dependencies/colors.scss index ec331e1a..d8a85a4a 100755 --- a/app/styles/dependencies/colors.scss +++ b/app/styles/dependencies/colors.scss @@ -14,7 +14,7 @@ $darkTaiga: #879b89; $dryTaiga: #70a87d; $morningTaiga: #7ab987; -$lightRed: #ff8282; +$redLight: #ff8282; $red: #ff0000; $buttonGreen: #699b05; diff --git a/app/styles/modules/backlog-table.scss b/app/styles/modules/backlog-table.scss index 7be3f144..7c0c94bb 100644 --- a/app/styles/modules/backlog-table.scss +++ b/app/styles/modules/backlog-table.scss @@ -70,4 +70,22 @@ @extend .small; 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; + } } diff --git a/app/views/modules/backlog-table.jade b/app/views/modules/backlog-table.jade index 64dc640a..57e3e8ee 100644 --- a/app/views/modules/backlog-table.jade +++ b/app/views/modules/backlog-table.jade @@ -9,6 +9,19 @@ section.backlog-table div.status.width-2 div.points.width-1 Front 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++) div.row.table-main div.user-stories.width-4