feature(members): MR!6 - Sib-directory added

- CSS finalised
- Default user picture added
- See https://git.happy-dev.fr/startinblox/components/sib-directory/merge_requests/6
This commit is contained in:
Gaëlle Morin
2019-03-14 14:43:18 +01:00
parent bdf71bc3fb
commit 95c3284e5f
14 changed files with 79 additions and 139 deletions

View File

@ -2,3 +2,4 @@ sib-widget(name='skills-name')
template
li(class='skill') ${value.name}

View File

@ -1,3 +1,4 @@
sib-widget(name='status-template')
template
div#member-status ${value == true ? '<span class="status-one">Available</span>' : '<span class="status-two">Busy</span>'}