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.
90 lines
1.3 KiB
90 lines
1.3 KiB
7 years ago
|
.app {
|
||
|
margin-top: 1em;
|
||
|
}
|
||
|
|
||
7 years ago
|
.sectionRunner--pausedState {
|
||
|
padding-left: .75em;
|
||
|
font-size: .75em;
|
||
|
font-weight: lighter;
|
||
|
}
|
||
|
|
||
|
.sectionRunner--pausedState > .fa {
|
||
|
padding-right: .2em;
|
||
|
}
|
||
|
|
||
|
.sectionRunner--pausedState-unpaused {
|
||
7 years ago
|
}
|
||
|
|
||
|
.flex-horizontal-space-between {
|
||
|
display: flex;
|
||
|
align-items: baseline;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.sectionRun .progress {
|
||
|
margin: 1em 0 0 !important;
|
||
|
}
|
||
|
|
||
|
.sectionRun .ui.progress .bar {
|
||
|
-webkit-transition: none;
|
||
|
transition: none;
|
||
|
min-width: 0 !important;
|
||
7 years ago
|
}
|
||
|
|
||
8 years ago
|
.section--number,
|
||
|
.program--number {
|
||
7 years ago
|
width: 2em
|
||
8 years ago
|
}
|
||
|
|
||
8 years ago
|
.section--name /*,
|
||
|
.program--name*/ {
|
||
7 years ago
|
width: 10em;
|
||
8 years ago
|
white-space: nowrap;
|
||
8 years ago
|
}
|
||
|
|
||
|
.section--state {
|
||
|
|
||
8 years ago
|
}
|
||
|
|
||
7 years ago
|
.ui.table {
|
||
|
tr > td.program--running {
|
||
|
display: flex !important;
|
||
|
@media only screen and (min-width: 768px) {
|
||
|
//line-height: 36px;
|
||
|
}
|
||
|
}
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
|
||
8 years ago
|
.section--state-true {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
.section--state-false {
|
||
|
|
||
8 years ago
|
}
|
||
|
|
||
7 years ago
|
.durationInput--minutes,
|
||
|
.durationInput--seconds {
|
||
|
min-width: 6em !important;
|
||
|
}
|
||
|
|
||
|
.durationInput .ui.labeled.input > .label {
|
||
|
width: 3em;
|
||
8 years ago
|
}
|
||
|
|
||
|
.messages {
|
||
|
position: fixed;
|
||
7 years ago
|
/* top: 12px; */
|
||
|
bottom: 1em;
|
||
|
left: 1em;
|
||
|
right: 1em;
|
||
7 years ago
|
padding-left: 0;
|
||
8 years ago
|
z-index: 1000;
|
||
7 years ago
|
display: flex;
|
||
|
flex-direction: column;
|
||
7 years ago
|
}
|
||
|
|
||
|
.flex-spacer {
|
||
|
flex: 1;
|
||
8 years ago
|
}
|