update icons
This commit is contained in:
parent
6d6d9ec627
commit
d91455eb35
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 264 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -12,7 +12,6 @@
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
.i-arrow-up {
|
||||
&:before {
|
||||
content: $i-arrow-up;
|
||||
@ -138,9 +137,9 @@
|
||||
content: $i-users;
|
||||
}
|
||||
}
|
||||
.i-doc-admin {
|
||||
.i-doc-hr {
|
||||
&:before {
|
||||
content: $i-doc-admin;
|
||||
content: $i-doc-hr;
|
||||
}
|
||||
}
|
||||
.i-doc-apps {
|
||||
@ -153,6 +152,11 @@
|
||||
content: $i-doc-contribute;
|
||||
}
|
||||
}
|
||||
.i-doc-admin_2 {
|
||||
&:before {
|
||||
content: $i-doc-admin_2;
|
||||
}
|
||||
}
|
||||
.i-doc-dev {
|
||||
&:before {
|
||||
content: $i-doc-dev;
|
||||
@ -163,6 +167,11 @@
|
||||
content: $i-doc-services;
|
||||
}
|
||||
}
|
||||
.i-doc-admin {
|
||||
&:before {
|
||||
content: $i-doc-admin;
|
||||
}
|
||||
}
|
||||
.i-documentation {
|
||||
&:before {
|
||||
content: $i-documentation;
|
||||
@ -298,11 +307,6 @@
|
||||
content: $i-search;
|
||||
}
|
||||
}
|
||||
.i-overview {
|
||||
&:before {
|
||||
content: $i-overview;
|
||||
}
|
||||
}
|
||||
.i-view {
|
||||
&:before {
|
||||
content: $i-view;
|
||||
@ -368,21 +372,6 @@
|
||||
content: $i-release;
|
||||
}
|
||||
}
|
||||
.i-v12 {
|
||||
&:before {
|
||||
content: $i-v12;
|
||||
}
|
||||
}
|
||||
.i-v13 {
|
||||
&:before {
|
||||
content: $i-v13;
|
||||
}
|
||||
}
|
||||
.i-v14 {
|
||||
&:before {
|
||||
content: $i-v14;
|
||||
}
|
||||
}
|
||||
.i-info {
|
||||
&:before {
|
||||
content: $i-info;
|
||||
@ -423,9 +412,8 @@
|
||||
content: $i-edit;
|
||||
}
|
||||
}
|
||||
|
||||
.i-close {
|
||||
.i-article {
|
||||
&:before {
|
||||
content: $i-close;
|
||||
content: $i-article;
|
||||
}
|
||||
}
|
@ -100,11 +100,13 @@ $i-customer-reviews: "\e90d";
|
||||
$i-hr: "\e91c";
|
||||
$i-developer: "\e90e";
|
||||
$i-users: "\e93f";
|
||||
$i-doc-admin: "\e90f";
|
||||
$i-doc-hr: "\e90f";
|
||||
$i-doc-apps: "\e910";
|
||||
$i-doc-contribute: "\e911";
|
||||
$i-doc-dev: "\e912";
|
||||
$i-doc-admin_2: "\e912";
|
||||
$i-doc-dev: "\e92d";
|
||||
$i-doc-services: "\e913";
|
||||
$i-doc-admin: "\e933";
|
||||
$i-documentation: "\e914";
|
||||
$i-scaleup: "\e934";
|
||||
$i-knowledge: "\e920";
|
||||
@ -132,7 +134,6 @@ $i-time-management_2: "\e93b";
|
||||
$i-time-management: "\e93c";
|
||||
$i-advanced: "\e901";
|
||||
$i-search: "\e935";
|
||||
$i-overview: "\e92d";
|
||||
$i-view: "\e952";
|
||||
$i-view-more: "\e950";
|
||||
$i-view-next: "\e951";
|
||||
@ -146,9 +147,6 @@ $i-compare: "\e90b";
|
||||
$i-themes: "\e93a";
|
||||
$i-translate: "\e93d";
|
||||
$i-release: "\e930";
|
||||
$i-v12: "\e940";
|
||||
$i-v13: "\e941";
|
||||
$i-v14: "\e942";
|
||||
$i-info: "\e91d";
|
||||
$i-warning: "\e943";
|
||||
$i-danger: "\e94d";
|
||||
@ -157,7 +155,7 @@ $i-exercise: "\e918";
|
||||
$i-lightbulb: "\e921";
|
||||
$i-check: "\e909";
|
||||
$i-edit: "\e932";
|
||||
$i-close: "\e933";
|
||||
$i-article: "\e94e";
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user