diff --git a/src/styles/components/icons/custom-icons.scss b/src/styles/components/icons/custom-icons.scss
index 543a627..2848ce4 100644
--- a/src/styles/components/icons/custom-icons.scss
+++ b/src/styles/components/icons/custom-icons.scss
@@ -53,7 +53,8 @@ $ci-icons: (
alien: '\e91e',
drawing: '\e91f',
feedback: '\e920',
- globe: '\e921'
+ globe: '\e921',
+ bubble-add: '\e922'
);
%ci,
diff --git a/src/styles/components/sidebar.scss b/src/styles/components/sidebar.scss
index 683403e..d2e694a 100644
--- a/src/styles/components/sidebar.scss
+++ b/src/styles/components/sidebar.scss
@@ -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');
+ }
}
}
}
diff --git a/www/fonts/custom-icons.eot b/www/fonts/custom-icons.eot
index 25e855d..4d91e63 100644
Binary files a/www/fonts/custom-icons.eot and b/www/fonts/custom-icons.eot differ
diff --git a/www/fonts/custom-icons.svg b/www/fonts/custom-icons.svg
index 05662ce..e24b0c4 100644
--- a/www/fonts/custom-icons.svg
+++ b/www/fonts/custom-icons.svg
@@ -1,46 +1,45 @@
\ No newline at end of file
+Generated by IcoMoon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/www/fonts/custom-icons.ttf b/www/fonts/custom-icons.ttf
index 55352f0..ee7fef2 100644
Binary files a/www/fonts/custom-icons.ttf and b/www/fonts/custom-icons.ttf differ
diff --git a/www/fonts/custom-icons.woff b/www/fonts/custom-icons.woff
index d640fa6..ae227e7 100644
Binary files a/www/fonts/custom-icons.woff and b/www/fonts/custom-icons.woff differ