Red color without transparecncy for doomline and added some margin. Fixes #1110
parent
b733a1cc32
commit
69c75bdad5
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue