Red color without transparecncy for doomline and added some margin. Fixes #1110

stable
Xavier Julián 2014-10-01 15:53:58 +02:00
parent b733a1cc32
commit 69c75bdad5
1 changed files with 5 additions and 3 deletions

View File

@ -140,7 +140,7 @@
background: lighten($green-taiga, 60%); background: lighten($green-taiga, 60%);
} }
.user-story-name { .user-story-name {
display: flex; @include table-flex();
input { input {
margin-right: 1rem; margin-right: 1rem;
vertical-align: super; vertical-align: super;
@ -171,6 +171,7 @@
} }
.blocked { .blocked {
background: $red-light; background: $red-light;
border-bottom: 1px solid $white;
color: $white; color: $white;
&:hover { &:hover {
background: $red; background: $red;
@ -190,8 +191,9 @@
} }
} }
.doom-line { .doom-line {
background: rgba($red, .5); background: $red;
padding: .5rem 0; margin: .2rem 0;
padding: .6rem 0;
position: relative; position: relative;
width: 100%; width: 100%;
span { span {