Skip to content
Snippets Groups Projects
Commit 5e7a5ac4 authored by simon louvet's avatar simon louvet
Browse files

ui migration to Sophie Design

parent d6ec6a9c
No related branches found
No related tags found
No related merge requests found
nav#navbar nav#navbar
sib-router#navbar-router(default-route='members') sib-router#navbar-router(default-route='members')
sib-route(name='members') sib-route.menu(name='members')
div.menu-notification div.menu-notification
div 1 div 1
div.menu-label Members div.menu-label Members
div.menu-icon.icon-people div.menu-icon.icon-people
sib-route(hidden, name='member', id-prefix=`${sdn}/members/`) sib-route.menu(hidden, name='member', id-prefix=`${sdn}/members/`)
sib-route(name='job-offers') sib-route.menu(name='job-offers')
div.menu-notification div.menu-notification
div 2 div 2
div.menu-label Job offers div.menu-label Job offers
div.menu-icon.icon-briefcase div.menu-icon.icon-briefcase
sib-route(hidden, name='job-offer-create') sib-route(hidden, name='job-offer-create')
div div
div.menu-notification div.menu
div.menu-label Projects div.menu-notification
div.menu-icon.icon-folder-alt div.menu-label Projects
div.menu-icon.icon-folder-alt
sib-route(hidden,name='project', id-prefix=`${sdn}/projects/`)
sib-display( sib-display(
data-src=`${sdn}/projects/`, data-src=`${sdn}/projects/`,
data-fields='name', data-fields='name',
next='project' next='project'
) )
sib-route(hidden, name='project', id-prefix=`${sdn}/projects/`)
div div
div.menu-notification div.menu
div.menu-label Groups div.menu-notification
div.menu-icon.icon-bubbles div.menu-label Groups
div.menu-icon.icon-bubbles
sib-route(hidden, name='group', id-prefix=`${sdn}/channels/`)
sib-display( sib-display(
data-src=`${sdn}/channels/`, data-src=`${sdn}/channels/`,
data-fields='name', data-fields='name',
next='group' next='group'
) )
sib-route(hidden, name='group', id-prefix=`${sdn}/channels/`)
...@@ -40,7 +40,7 @@ sib-router { ...@@ -40,7 +40,7 @@ sib-router {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
> * { .menu {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;
padding: 1em; padding: 1em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment