120 lines
1.8 KiB
SCSS
Raw Normal View History

2017-10-13 16:11:37 -06:00
.app {
margin-top: 1em;
2017-10-13 16:11:37 -06:00
}
2017-10-10 18:00:01 -06:00
.sectionRunner--pausedState {
padding-left: .75em;
font-size: .75em;
font-weight: lighter;
2017-10-10 18:00:01 -06:00
}
.sectionRunner--pausedState > .fa {
padding-right: .2em;
2017-10-10 18:00:01 -06:00
}
.sectionRunner--pausedState-unpaused {
2018-06-26 11:53:22 -06:00
}
.flex-horizontal-space-between {
display: flex;
align-items: baseline;
justify-content: space-between;
2018-06-26 11:53:22 -06:00
}
.sectionRun .progress {
margin: 1em 0 0 !important;
2018-06-26 11:53:22 -06:00
}
.sectionRun .ui.progress .bar {
-webkit-transition: none;
transition: none;
min-width: 0 !important;
2017-10-10 18:00:01 -06:00
}
2017-05-06 15:39:25 -06:00
.section--number,
.program--number {
width: 2em
2017-05-06 15:39:25 -06:00
}
.section--name /*,
.program--name*/
{
width: 10em;
white-space: nowrap;
}
.section--state {
2017-05-04 20:26:51 -06:00
}
2018-06-26 11:53:22 -06:00
.ui.table {
tr > td.program--running {
display: flex !important;
@media only screen and (min-width: 768px) {
//line-height: 36px;
2018-06-26 11:53:22 -06:00
}
}
2017-10-31 17:23:27 -06:00
}
2017-05-06 15:39:25 -06:00
.section--state-true {
color: green;
2017-05-06 15:39:25 -06:00
}
.section--state-false {
}
2017-10-31 17:23:27 -06:00
.durationInput--minutes,
.durationInput--seconds {
min-width: 6em !important;
2017-10-31 17:23:27 -06:00
}
.durationInput .ui.labeled.input > .label {
width: 3em;
2017-06-06 19:18:13 -06:00
}
.messages {
position: fixed;
/* top: 12px; */
bottom: 1em;
left: 1em;
right: 1em;
padding-left: 0;
z-index: 1000;
display: flex;
flex-direction: column;
2018-06-26 11:53:22 -06:00
}
.flex-spacer {
flex: 1;
}
.ui.container.loginPage {
margin-top: 1em;
.ui.header {
text-align: center;
}
/* Mobile */
@media only screen and (max-width: 767px) {
width: auto !important;
margin-left: 1em !important;
margin-right: 1em !important;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
width: 600px;
}
/* Small Monitor */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
width: 600px;
}
/* Large Monitor */
@media only screen and (min-width: 1200px) {
width: 800px;
}
}