use proper class for jobs list
This commit is contained in:
parent
b3ff3e3481
commit
c76271a0d0
|
@ -121,3 +121,7 @@
|
||||||
|
|
||||||
.is-empty
|
.is-empty
|
||||||
opacity: .5
|
opacity: .5
|
||||||
|
|
||||||
|
.jobs-list
|
||||||
|
@include resetul
|
||||||
|
|
||||||
|
|
|
@ -61,8 +61,6 @@
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
& span:hover + .tooltip
|
& span:hover + .tooltip
|
||||||
display: block
|
display: block
|
||||||
ul
|
|
||||||
@include resetul
|
|
||||||
|
|
||||||
.repo-main-commit
|
.repo-main-commit
|
||||||
position: relative
|
position: relative
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
</h2>
|
</h2>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<ul>
|
<ul class="jobs-list">
|
||||||
{{#each job in jobs}}
|
{{#each job in jobs}}
|
||||||
{{jobs-item job=job}}
|
{{jobs-item job=job}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user