42 lines
614 B
Plaintext
42 lines
614 B
Plaintext
.run-order-status {
|
|
margin-bottom: 20px;
|
|
.name {
|
|
font-size: 2em;
|
|
.glyphicon {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.order {
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
.done {
|
|
opacity: 1;
|
|
}
|
|
.incomplete {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
.run-details {
|
|
.progress {
|
|
margin: 20px 0;
|
|
height: 40px;
|
|
border-radius: 0;
|
|
.progress-bar {
|
|
font-size: 1.2em;
|
|
padding-top: 9px;
|
|
}
|
|
}
|
|
|
|
}
|
|
.run-show-actions a.back-to-run {
|
|
display: none;
|
|
}
|
|
|
|
.invitee {
|
|
.deletebtn-wrapper {
|
|
padding-left: 0;
|
|
}
|
|
}
|