salix-front/src/css/icons.scss

454 lines
7.3 KiB
SCSS
Raw Normal View History

2022-03-09 14:44:28 +00:00
@font-face {
2024-06-04 09:53:24 +00:00
font-family: 'icon';
2025-01-30 14:38:14 +00:00
src: url('fonts/icon.eot?uocffs');
src: url('fonts/icon.eot?uocffs#iefix') format('embedded-opentype'),
url('fonts/icon.ttf?uocffs') format('truetype'),
url('fonts/icon.woff?uocffs') format('woff'),
url('fonts/icon.svg?uocffs#icon') format('svg');
2024-06-04 09:53:24 +00:00
font-weight: normal;
font-style: normal;
font-display: block;
2022-03-11 11:39:12 +00:00
}
2024-06-04 09:53:24 +00:00
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
2022-03-11 11:39:12 +00:00
2024-06-04 09:53:24 +00:00
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2022-03-11 11:39:12 +00:00
}
2025-01-30 14:38:14 +00:00
.icon-inactive-car:before {
content: "\e978";
}
2025-01-21 14:29:48 +00:00
.icon-hasItemLost:before {
content: "\e957";
}
.icon-hasItemDelay:before {
content: "\e96d";
}
.icon-add_entries:before {
content: "\e953";
2024-06-06 06:38:19 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-100:before {
2024-06-04 09:53:24 +00:00
content: "\e901";
2024-02-27 16:38:58 +00:00
}
.icon-Client_unpaid:before {
2024-06-04 09:53:24 +00:00
content: "\e98c";
2024-03-05 10:38:32 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-History:before {
2024-06-04 09:53:24 +00:00
content: "\e902";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-Person:before {
2024-06-04 09:53:24 +00:00
content: "\e903";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-accessory:before {
2024-06-04 09:53:24 +00:00
content: "\e904";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-account:before {
2024-06-04 09:53:24 +00:00
content: "\e905";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-actions:before {
2024-06-04 09:53:24 +00:00
content: "\e907";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-addperson:before {
2024-06-04 09:53:24 +00:00
content: "\e908";
2022-03-11 11:39:12 +00:00
}
2025-01-21 14:29:48 +00:00
.icon-agencia_tributaria:before {
content: "\e948";
}
2024-03-13 14:31:55 +00:00
.icon-agency:before {
2024-06-04 09:53:24 +00:00
content: "\e92a";
2024-03-05 10:38:32 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-agency-term:before {
2024-06-04 09:53:24 +00:00
content: "\e909";
2022-03-11 11:39:12 +00:00
}
2024-03-05 10:38:32 +00:00
.icon-albaran:before {
2024-06-04 09:53:24 +00:00
content: "\e92c";
2024-03-05 10:38:32 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-anonymous:before {
2024-06-04 09:53:24 +00:00
content: "\e90b";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-apps:before {
2024-06-04 09:53:24 +00:00
content: "\e90c";
2022-03-11 11:39:12 +00:00
}
.icon-artificial:before {
2024-06-04 09:53:24 +00:00
content: "\e90d";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-attach:before {
2024-06-04 09:53:24 +00:00
content: "\e90e";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-barcode:before {
2024-06-04 09:53:24 +00:00
content: "\e90f";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-basket:before {
2024-06-04 09:53:24 +00:00
content: "\e910";
2022-03-11 11:39:12 +00:00
}
.icon-basketadd:before {
2024-06-04 09:53:24 +00:00
content: "\e911";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-bin:before {
2024-06-04 09:53:24 +00:00
content: "\e913";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-botanical:before {
2024-06-04 09:53:24 +00:00
content: "\e914";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-bucket:before {
2024-06-04 09:53:24 +00:00
content: "\e915";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-buscaman:before {
2024-06-04 09:53:24 +00:00
content: "\e916";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-buyrequest:before {
2024-06-04 09:53:24 +00:00
content: "\e917";
2022-03-11 11:39:12 +00:00
}
2024-05-28 06:56:59 +00:00
.icon-calc_volum .path1:before {
2024-06-04 09:53:24 +00:00
content: "\e918";
color: rgb(0, 0, 0);
2024-05-28 06:56:59 +00:00
}
.icon-calc_volum .path2:before {
2024-06-04 09:53:24 +00:00
content: "\e919";
margin-left: -1em;
color: rgb(0, 0, 0);
2024-05-28 06:56:59 +00:00
}
.icon-calc_volum .path3:before {
2024-06-04 09:53:24 +00:00
content: "\e91c";
margin-left: -1em;
color: rgb(0, 0, 0);
2024-05-28 06:56:59 +00:00
}
.icon-calc_volum .path4:before {
2024-06-04 09:53:24 +00:00
content: "\e91d";
margin-left: -1em;
color: rgb(0, 0, 0);
2024-05-28 06:56:59 +00:00
}
.icon-calc_volum .path5:before {
2024-06-04 09:53:24 +00:00
content: "\e91e";
margin-left: -1em;
color: rgb(0, 0, 0);
2024-05-28 06:56:59 +00:00
}
.icon-calc_volum .path6:before {
2024-06-04 09:53:24 +00:00
content: "\e91f";
margin-left: -1em;
color: rgb(255, 255, 255);
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-calendar:before {
2024-06-04 09:53:24 +00:00
content: "\e920";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-catalog:before {
2024-06-04 09:53:24 +00:00
content: "\e921";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-claims:before {
2024-06-04 09:53:24 +00:00
content: "\e922";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-client:before {
2024-06-04 09:53:24 +00:00
content: "\e923";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-clone:before {
2024-06-04 09:53:24 +00:00
content: "\e924";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-columnadd:before {
2024-06-04 09:53:24 +00:00
content: "\e925";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-columndelete:before {
2024-06-04 09:53:24 +00:00
content: "\e926";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-components:before {
2024-06-04 09:53:24 +00:00
content: "\e927";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-consignatarios:before {
2024-06-04 09:53:24 +00:00
content: "\e928";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-control:before {
2024-06-04 09:53:24 +00:00
content: "\e929";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-credit:before {
2024-06-04 09:53:24 +00:00
content: "\e92b";
2022-03-11 11:39:12 +00:00
}
2024-05-29 10:53:12 +00:00
.icon-defaulter:before {
2024-06-04 09:53:24 +00:00
content: "\e92d";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-deletedTicket:before {
2024-06-04 09:53:24 +00:00
content: "\e92e";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-deleteline:before {
2024-06-04 09:53:24 +00:00
content: "\e92f";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-delivery:before {
2024-06-04 09:53:24 +00:00
content: "\e930";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-deliveryprices:before {
2024-06-04 09:53:24 +00:00
content: "\e932";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-details:before {
2024-06-04 09:53:24 +00:00
content: "\e933";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-dfiscales:before {
2024-06-04 09:53:24 +00:00
content: "\e934";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-disabled:before {
2024-06-04 09:53:24 +00:00
content: "\e935";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-doc:before {
2024-06-04 09:53:24 +00:00
content: "\e936";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-entry:before {
2024-06-04 09:53:24 +00:00
content: "\e937";
2022-03-11 11:39:12 +00:00
}
2025-01-21 14:29:48 +00:00
.icon-entry_lastbuys:before {
content: "\e91a";
}
2022-03-11 11:39:12 +00:00
.icon-exit:before {
2024-06-04 09:53:24 +00:00
content: "\e938";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-eye:before {
2024-06-04 09:53:24 +00:00
content: "\e939";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-fixedPrice:before {
2024-06-04 09:53:24 +00:00
content: "\e93a";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-flower:before {
2024-06-04 09:53:24 +00:00
content: "\e93b";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-frozen:before {
2024-06-04 09:53:24 +00:00
content: "\e93c";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-fruit:before {
2024-06-04 09:53:24 +00:00
content: "\e93d";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-funeral:before {
2024-06-04 09:53:24 +00:00
content: "\e93e";
2024-05-28 10:17:51 +00:00
}
.icon-grafana:before {
2024-06-04 09:53:24 +00:00
content: "\e906";
2024-03-05 10:38:32 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-greenery:before {
2024-06-04 09:53:24 +00:00
content: "\e93f";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-greuge:before {
2024-06-04 09:53:24 +00:00
content: "\e940";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-grid:before {
2024-06-04 09:53:24 +00:00
content: "\e941";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-handmade:before {
2024-06-04 09:53:24 +00:00
content: "\e942";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-handmadeArtificial:before {
2024-06-04 09:53:24 +00:00
content: "\e943";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-headercol:before {
2024-06-04 09:53:24 +00:00
content: "\e945";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-info:before {
2024-06-04 09:53:24 +00:00
content: "\e946";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-inventory:before {
2024-06-04 09:53:24 +00:00
content: "\e947";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-invoice:before {
2024-06-04 09:53:24 +00:00
content: "\e968";
color: #5f5f5f;
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-invoice-in:before {
2024-06-04 09:53:24 +00:00
content: "\e949";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-invoice-in-create:before {
2024-06-04 09:53:24 +00:00
content: "\e94a";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-invoice-out:before {
2024-06-04 09:53:24 +00:00
content: "\e94b";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-isTooLittle:before {
2024-06-04 09:53:24 +00:00
content: "\e94c";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-item:before {
2024-06-04 09:53:24 +00:00
content: "\e94d";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-languaje:before {
2024-06-04 09:53:24 +00:00
content: "\e970";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-lines:before {
2024-06-04 09:53:24 +00:00
content: "\e94e";
2022-03-11 11:39:12 +00:00
}
.icon-linesprepaired:before {
2024-06-04 09:53:24 +00:00
content: "\e94f";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-link-to-corrected:before {
2024-06-04 09:53:24 +00:00
content: "\e931";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-link-to-correcting:before {
2024-06-04 09:53:24 +00:00
content: "\e944";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-logout:before {
2024-06-04 09:53:24 +00:00
content: "\e973";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-mana:before {
2024-06-04 09:53:24 +00:00
content: "\e950";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-mandatory:before {
2024-06-04 09:53:24 +00:00
content: "\e951";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-net:before {
2024-06-04 09:53:24 +00:00
content: "\e952";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-newalbaran:before {
2024-06-04 09:53:24 +00:00
content: "\e954";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-niche:before {
2024-06-04 09:53:24 +00:00
content: "\e955";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-no036:before {
2024-06-04 09:53:24 +00:00
content: "\e956";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-noPayMethod:before {
2024-06-04 09:53:24 +00:00
content: "\e958";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-notes:before {
2024-06-04 09:53:24 +00:00
content: "\e959";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-noweb:before {
2024-06-04 09:53:24 +00:00
content: "\e95a";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-onlinepayment:before {
2024-06-04 09:53:24 +00:00
content: "\e95b";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-package:before {
2024-06-04 09:53:24 +00:00
content: "\e95c";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-payment:before {
2024-06-04 09:53:24 +00:00
content: "\e95d";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-pbx:before {
2024-06-04 09:53:24 +00:00
content: "\e95e";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-pets:before {
2024-06-04 09:53:24 +00:00
content: "\e95f";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-photo:before {
2024-06-04 09:53:24 +00:00
content: "\e960";
2024-02-02 15:36:22 +00:00
}
.icon-plant:before {
2024-06-04 09:53:24 +00:00
content: "\e961";
2022-03-11 11:39:12 +00:00
}
.icon-polizon:before {
2024-06-04 09:53:24 +00:00
content: "\e962";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-preserved:before {
2024-06-04 09:53:24 +00:00
content: "\e963";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-recovery:before {
2024-06-04 09:53:24 +00:00
content: "\e964";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-regentry:before {
2024-06-04 09:53:24 +00:00
content: "\e965";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-reserva:before {
2024-06-04 09:53:24 +00:00
content: "\e966";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-revision:before {
2024-06-04 09:53:24 +00:00
content: "\e967";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-risk:before {
2024-06-04 09:53:24 +00:00
content: "\e969";
2024-05-28 10:17:51 +00:00
}
.icon-saysimple:before {
2024-06-04 09:53:24 +00:00
content: "\e912";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-services:before {
2024-06-04 09:53:24 +00:00
content: "\e96a";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-settings:before {
2024-06-04 09:53:24 +00:00
content: "\e96b";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-shipment:before {
2024-06-04 09:53:24 +00:00
content: "\e96c";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-sign:before {
2024-06-04 09:53:24 +00:00
content: "\e90a";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-sms:before {
2024-06-04 09:53:24 +00:00
content: "\e96e";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-solclaim:before {
2024-06-04 09:53:24 +00:00
content: "\e96f";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-solunion:before {
2024-06-04 09:53:24 +00:00
content: "\e971";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-splitline:before {
2024-06-04 09:53:24 +00:00
content: "\e972";
2022-03-11 11:39:12 +00:00
}
.icon-splur:before {
2024-06-04 09:53:24 +00:00
content: "\e974";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-stowaway:before {
2024-06-04 09:53:24 +00:00
content: "\e975";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-supplier:before {
2024-06-04 09:53:24 +00:00
content: "\e976";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-supplierfalse:before {
2024-06-04 09:53:24 +00:00
content: "\e977";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-tags:before {
2024-06-04 09:53:24 +00:00
content: "\e979";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-tax:before {
2024-06-04 09:53:24 +00:00
content: "\e97a";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-thermometer:before {
2024-06-04 09:53:24 +00:00
content: "\e97b";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-ticket:before {
2024-06-04 09:53:24 +00:00
content: "\e97c";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-ticketAdd:before {
2024-06-04 09:53:24 +00:00
content: "\e97e";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-traceability:before {
2024-06-04 09:53:24 +00:00
content: "\e97f";
2022-03-11 11:39:12 +00:00
}
2024-03-05 10:38:32 +00:00
.icon-transaction:before {
2024-06-04 09:53:24 +00:00
content: "\e91b";
2024-03-05 10:38:32 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-treatments:before {
2024-06-04 09:53:24 +00:00
content: "\e980";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-trolley:before {
2024-06-04 09:53:24 +00:00
content: "\e900";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-troncales:before {
2024-06-04 09:53:24 +00:00
content: "\e982";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-unavailable:before {
2024-06-04 09:53:24 +00:00
content: "\e983";
2024-05-28 06:56:59 +00:00
}
2024-06-04 09:53:24 +00:00
.icon-visible_columns:before {
content: "\e984";
2023-03-21 09:46:51 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-volume:before {
2024-06-04 09:53:24 +00:00
content: "\e985";
2022-03-11 11:39:12 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-wand:before {
2024-06-04 09:53:24 +00:00
content: "\e986";
2023-05-09 12:05:36 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-web:before {
2024-06-04 09:53:24 +00:00
content: "\e987";
2023-05-09 12:05:36 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-wiki:before {
2024-06-04 09:53:24 +00:00
content: "\e989";
2023-05-09 12:05:36 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-worker:before {
2024-06-04 09:53:24 +00:00
content: "\e98a";
2023-05-09 12:05:36 +00:00
}
2024-02-02 15:36:22 +00:00
.icon-zone:before {
2024-06-04 09:53:24 +00:00
content: "\e98b";
2023-05-09 12:05:36 +00:00
}