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