Run status page styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user