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 fieldset
// TODO ADD COLOR SELECTOR // 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( input(
type="text" type="text"
name="subject" name="subject"
@ -89,4 +89,3 @@ tg-lightbox-close
type="submit" type="submit"
translate="EPICS.CREATE.CREATE_EPIC" translate="EPICS.CREATE.CREATE_EPIC"
) )

View File

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

View File

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