Line 136: | Line 136: | ||
vertical-align: middle; | vertical-align: middle; | ||
position:relative; | position:relative; | ||
+ | background:rgba(255,255,255,0.2); | ||
+ | border:solid 4px rgba(255,255,255,0.2); | ||
} | } | ||
.step-path > div{ | .step-path > div{ | ||
width:30px; | width:30px; | ||
height:10px; | height:10px; | ||
− | + | ||
− | + | ||
} | } | ||
.step > div.selected-step{ | .step > div.selected-step{ | ||
− | border:solid | + | border:solid 4px blue; |
} | } | ||
.step > div.previous-step{ | .step > div.previous-step{ | ||
− | border:solid | + | border:solid 4px blue; |
background:blue; | background:blue; | ||
} | } |
Revision as of 10:41, 8 October 2017
Human Practices Logbook
1
2
3
4
5
6
7
8
9
10
11
12