Skip to content
Snippets Groups Projects
Commit 4c25b870 authored by Gaelle Morin's avatar Gaelle Morin
Browse files

chevrons ok

parent a192db46
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ nav#navbar
div.menu-wrapper
div.menu
div.menu-chevron
div.menu-icon.icon-arrow-down
div.menu-icon.icon-arrow-up
div.menu-label Projects
div.menu-icon.icon-folder-alt
sib-route(hidden,name='project', id-prefix=`${sdn}/projects/`)
......@@ -31,7 +31,7 @@ nav#navbar
div.menu-wrapper
div.menu
div.menu-chevron
div.menu-icon.icon-arrow-down
div.menu-icon.icon-arrow-up
div.menu-label Groups
div.menu-icon.icon-globe
sib-route(hidden, name='group', id-prefix=`${sdn}/channels/`)
......@@ -45,7 +45,7 @@ nav#navbar
div.menu-wrapper
div.menu
div.menu-chevron
div.menu-icon.icon-arrow-down
div.menu-icon.icon-arrow-up
div.menu-label Chat
div.menu-icon.icon-envelope-letter
sib-route(hidden, name='chat', id-prefix=`${sdn}/members/`)
......
......@@ -324,6 +324,10 @@ hdapp-available {
grid-template-columns: 50% 50%;
grid-template-rows: 3.5em 3.5em;
sib-form-label-text {
display: flex;
}
label {
flex-basis: 5em;
flex-shrink: 0;
......@@ -332,6 +336,7 @@ hdapp-available {
input, select {
flex-grow: 1;
min-width: 0;
box-shadow: 0 0 5px 0 rgba(133, 140, 148, 0.09);
}
input[type="submit"] {
......@@ -460,3 +465,4 @@ label {
}
}
*/
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