@enure/jacklin 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template.handlebars +5 -2
package/package.json
CHANGED
package/template.handlebars
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
page-break-inside: avoid;
|
|
44
44
|
}
|
|
45
45
|
.WorkList-dates {
|
|
46
|
-
color: #
|
|
46
|
+
color: #777;
|
|
47
47
|
font-size: 14px;
|
|
48
48
|
}
|
|
49
49
|
.WorkList-positionAt {
|
|
@@ -63,6 +63,9 @@
|
|
|
63
63
|
.SummaryList-itemName {
|
|
64
64
|
font-weight: 500;
|
|
65
65
|
}
|
|
66
|
+
.SummaryList-itemPosition {
|
|
67
|
+
color: #999;
|
|
68
|
+
}
|
|
66
69
|
.WorkList-highlights {
|
|
67
70
|
margin-top: 12px;
|
|
68
71
|
display: flex;
|
|
@@ -140,7 +143,7 @@
|
|
|
140
143
|
{{#each work}}
|
|
141
144
|
{{#unless this.isFeatured}}
|
|
142
145
|
<li class="SummaryList-item">
|
|
143
|
-
|
|
146
|
+
<span class="SummaryList-itemName">{{this.name}}</span> <span class="SummaryList-itemPosition">({{this.position}})</span>
|
|
144
147
|
</li>
|
|
145
148
|
{{/unless}}
|
|
146
149
|
{{/each}}
|