summaryrefslogtreecommitdiff
path: root/frontend/common/miscellaneous.css
blob: 32c3e7b485ed1424d0256ca69b4bf2e6afedd7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Progress bar */

.progress {
  background: #f8f8f8;
  margin: 0.25rem 0;
  height: 0.25rem;
  width: 20rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  margin-bottom: 0.2rem;
}
.progress .bar {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  background: #11f;
}