Epic styles fixes for blocked
parent
5dc99133e5
commit
d430587d31
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
.progress-bar {
|
||||
background: $mass-white;
|
||||
max-width: 40vw;
|
||||
padding-right: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
.progress-status {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue