Epic styles fixes for blocked

stable
Xavier Julián 2016-08-22 12:53:18 +02:00 committed by David Barragán Merino
parent 5dc99133e5
commit d430587d31
3 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@ tg-lightbox-close
)
fieldset
// TODO ADD COLOR SELECTOR
//- tg-color-selector(on-select-dropdown-color="vm.newEpic.color = color")
tg-color-selector(on-select-dropdown-color="vm.newEpic.color = color")
input(
type="text"
name="subject"
@ -89,4 +89,3 @@ tg-lightbox-close
type="submit"
translate="EPICS.CREATE.CREATE_EPIC"
)

View File

@ -75,6 +75,7 @@
.progress-bar {
background: $mass-white;
max-width: 40vw;
padding-right: 1rem;
width: 100%;
}
.progress-status {

View File

@ -43,6 +43,8 @@
}
.progress {
flex-shrink: 3;
margin-right: 1rem;
position: relative;
}
.sprint {
overflow: hidden;
@ -50,7 +52,4 @@
white-space: nowrap;
width: 90%;
}
.progress {
position: relative;
}
}