Files
lunchrun.me/assets/linker/styles/run.less
2014-06-22 15:34:28 -05:00

36 lines
544 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;
}