Skip to content
Snippets Groups Projects
Verified Commit a7f4d317 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

feature: right hand sidebar: clean up

parent ee39bbcf
No related branches found
No related tags found
1 merge request!255major: release integration of the hubl styling framework
...@@ -60,94 +60,22 @@ ...@@ -60,94 +60,22 @@
margin: 0; margin: 0;
padding-left: 0; padding-left: 0;
&>li>a {
vertical-align: middle;
}
li { li {
border-bottom: 1px solid #D6CECE; border-bottom: 1px solid #D6CECE;
/*align-items: center;
display: flex;*/
/*margin: 0;*/
/*padding: 2.15rem 2.55rem;*/
/*position: relative;*/
/*width: 12em;*/
/*&::before {
float: left;
font-size: 4rem;
margin-left: 0;
margin-right: 2.85rem;
}*/
&>a { &>a {
vertical-align: super; vertical-align: super;
} }
} }
/*>li { &>li:first-child>a {
@include icon('arrow-right'); vertical-align: middle;
}*/ }
>solid-route { >solid-route {
&[name*='circle'],
&[name*='project'],
&[name*='communities'] {
>li::before {
font-size: 4rem;
}
}
&[name*='users'] {
>li::before {
font-size: 5rem;
}
}
/*&[name$='chat']>li {
@include ci('chat');
}*/
&[name$='create']>li {
@include ci('offer');
}
&[name$='edit']>li {
@include ci('list');
}
/*&[name$='profile']>li, &[name$='information']>li {
@include ci('information');
}*/
&[name$='drive']>li {
@include ci('file');
}
/*&[name='admin-communities']>li {
@include ci('networking');
}*/
/*&[name='admin-circles']>li {
@include ci('bubble-add');
}*/
/*&[name='admin-projects']>li {
@include ci('add');
}*/
&[active] { &[active] {
background-color: var(--color-heading); background-color: var(--color-heading);
color: white; color: white;
display: inline-block;
}
&.active-color[active] {
>li::before {
background-color: white;
}
} }
&:hover:not([active]) { &:hover:not([active]) {
......
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