You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
431 B
30 lines
431 B
7 years ago
|
.sectionRunner .queue {
|
||
|
max-height: 14em;
|
||
|
height: 14em;
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
|
||
|
.sectionRunner--pausedState {
|
||
|
padding-left: .75em;
|
||
|
font-size: .75em;
|
||
|
font-weight: lighter;
|
||
|
}
|
||
|
|
||
|
.sectionRunner--pausedState > .fa {
|
||
|
padding-right: .2em;
|
||
|
}
|
||
|
|
||
|
.sectionRunner--pausedState-unpaused {
|
||
|
}
|
||
|
|
||
|
.sectionRun {
|
||
|
.ui.progress {
|
||
|
margin: 1em 0 0 !important;
|
||
|
|
||
|
.bar {
|
||
|
transition: none;
|
||
|
min-width: 0 !important;
|
||
|
}
|
||
|
}
|
||
|
}
|