Run status page styles

This commit is contained in:
Ben Ramey
2014-04-10 07:24:46 -05:00
parent cfd39be771
commit 6fd2034dbb
4 changed files with 49 additions and 23 deletions

View File

@@ -1,13 +1,31 @@
.run-order-status {
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 10px;
>div {
padding: 20px;
}
margin-bottom: 20px;
.name {
color: #aaa;
font-size: 2em;
.glyphicon {
margin-right: 10px;
}
}
.fill>.btn {
.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;
}
}
}