Files
lunchrun.me/assets/linker/styles/run.less
2014-04-10 07:24:46 -05:00

32 lines
488 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;
}
}
}