Epic styles fixes for blocked
parent
5dc99133e5
commit
d430587d31
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue