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.
29 lines
434 B
29 lines
434 B
.sectionRunner .queue { |
|
max-height: 14em; |
|
height: 14em; |
|
overflow-y: scroll; |
|
} |
|
|
|
.sectionRunner--pausedState { |
|
padding-left: 0.75em; |
|
font-size: 0.75em; |
|
font-weight: lighter; |
|
} |
|
|
|
.sectionRunner--pausedState > .fa { |
|
padding-right: 0.2em; |
|
} |
|
|
|
.sectionRunner--pausedState-unpaused { |
|
} |
|
|
|
.sectionRun { |
|
.ui.progress { |
|
margin: 1em 0 0 !important; |
|
|
|
.bar { |
|
transition: none; |
|
min-width: 0 !important; |
|
} |
|
} |
|
}
|
|
|