new icon for circle-admin added

This commit is contained in:
Gaëlle Morin 2019-11-07 12:05:17 +01:00
parent 6ba3ef525d
commit 4a8f76c646
6 changed files with 50 additions and 46 deletions

View File

@ -53,7 +53,8 @@ $ci-icons: (
alien: '\e91e',
drawing: '\e91f',
feedback: '\e920',
globe: '\e921'
globe: '\e921',
bubble-add: '\e922'
);
%ci,

View File

@ -71,7 +71,7 @@
display: inline-block;
}
&[name^='circle'],
&[name*='circle'],
&[name^='project'] {
>li::before {
@ -92,12 +92,16 @@
}
&[name$='profile']>li, &[name$='information']>li {
@include ci('information');
@include ci('bubble-add');
}
&[name$='drive']>li {
@include ci('file');
}
&[name='admin-circles']>li {
@include ci('bubble-add');
}
}
}
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Binary file not shown.