scinote-web/vendor/assets/stylesheets/sn-icon-font.css

396 lines
6.8 KiB
CSS
Raw Normal View History

@font-face {
font-family: 'SN-icon-font';
2023-07-24 20:05:07 +08:00
src: url('fonts/SN-icon-font.eot?n7qhkp');
src: url('fonts/SN-icon-font.eot?n7qhkp#iefix') format('embedded-opentype'),
url('fonts/SN-icon-font.ttf?n7qhkp') format('truetype'),
url('fonts/SN-icon-font.woff?n7qhkp') format('woff'),
url('fonts/SN-icon-font.svg?n7qhkp#SN-icon-font') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="sn-icon-"], [class*=" sn-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'SN-icon-font' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2023-07-24 20:05:07 +08:00
.sn-icon {
font-size: 24px !important;
2023-06-08 23:33:50 +08:00
}
2023-07-24 20:05:07 +08:00
.sn-icon.mini {
font-size: 16px !important;
}
.sn-icon-info:before {
content: "\e900";
}
2023-07-24 20:05:07 +08:00
.sn-icon-arrow-left:before {
content: "\e901";
}
2023-07-24 20:05:07 +08:00
.sn-icon-arrow-right:before {
content: "\e902";
}
2023-07-24 20:05:07 +08:00
.sn-icon-visibility-show:before {
content: "\e903";
}
2023-07-24 20:05:07 +08:00
.sn-icon-visibility-hide:before {
content: "\e904";
}
2023-07-24 20:05:07 +08:00
.sn-icon-versions:before {
2023-06-06 19:23:18 +08:00
content: "\e905";
}
2023-07-24 20:05:07 +08:00
.sn-icon-users:before {
2023-06-06 19:23:18 +08:00
content: "\e906";
}
2023-07-24 20:05:07 +08:00
.sn-icon-user:before {
2023-06-06 19:23:18 +08:00
content: "\e907";
}
2023-07-24 20:05:07 +08:00
.sn-icon-updates:before {
2023-06-06 19:23:18 +08:00
content: "\e908";
}
2023-07-24 20:05:07 +08:00
.sn-icon-teams:before {
2023-06-06 19:23:18 +08:00
content: "\e909";
}
2023-07-24 20:05:07 +08:00
.sn-icon-task:before {
2023-06-06 19:23:18 +08:00
content: "\e90a";
}
2023-07-24 20:05:07 +08:00
.sn-icon-task-status-flow:before {
2023-06-06 19:23:18 +08:00
content: "\e90b";
}
2023-07-24 20:05:07 +08:00
.sn-icon-task-data-display:before {
2023-06-06 19:23:18 +08:00
content: "\e90c";
}
2023-07-24 20:05:07 +08:00
.sn-icon-tag:before {
2023-06-06 19:23:18 +08:00
content: "\e90d";
}
2023-07-24 20:05:07 +08:00
.sn-icon-tag-color:before {
2023-06-06 19:23:18 +08:00
content: "\e90e";
}
2023-07-24 20:05:07 +08:00
.sn-icon-tables:before {
2023-06-06 19:23:18 +08:00
content: "\e90f";
}
2023-07-24 20:05:07 +08:00
.sn-icon-support:before {
2023-06-06 19:23:18 +08:00
content: "\e910";
}
2023-07-24 20:05:07 +08:00
.sn-icon-steps:before {
2023-06-06 19:23:18 +08:00
content: "\e911";
}
2023-07-24 20:05:07 +08:00
.sn-icon-status-not-started:before {
2023-06-06 19:23:18 +08:00
content: "\e912";
}
2023-07-24 20:05:07 +08:00
.sn-icon-status-in-progress:before {
2023-06-06 19:23:18 +08:00
content: "\e913";
}
2023-07-24 20:05:07 +08:00
.sn-icon-status-done:before {
2023-06-06 19:23:18 +08:00
content: "\e914";
}
2023-07-24 20:05:07 +08:00
.sn-icon-sort:before {
2023-06-06 19:23:18 +08:00
content: "\e915";
}
2023-07-24 20:05:07 +08:00
.sn-icon-sort-up:before {
2023-06-06 19:23:18 +08:00
content: "\e916";
}
2023-07-24 20:05:07 +08:00
.sn-icon-sort-down:before {
2023-06-06 19:23:18 +08:00
content: "\e917";
}
2023-07-24 20:05:07 +08:00
.sn-icon-sign-out:before {
2023-06-06 19:23:18 +08:00
content: "\e918";
}
2023-07-24 20:05:07 +08:00
.sn-icon-shared:before {
2023-06-06 19:23:18 +08:00
content: "\e919";
}
2023-07-24 20:05:07 +08:00
.sn-icon-settings:before {
2023-06-06 19:23:18 +08:00
content: "\e91a";
}
2023-07-24 20:05:07 +08:00
.sn-icon-send:before {
2023-06-06 19:23:18 +08:00
content: "\e91b";
}
2023-07-24 20:05:07 +08:00
.sn-icon-send-solid:before {
2023-06-06 19:23:18 +08:00
content: "\e91c";
}
2023-07-24 20:05:07 +08:00
.sn-icon-search:before {
2023-06-06 19:23:18 +08:00
content: "\e91d";
}
2023-07-24 20:05:07 +08:00
.sn-icon-search-options:before {
2023-06-06 19:23:18 +08:00
content: "\e91e";
}
2023-07-24 20:05:07 +08:00
.sn-icon-results:before {
2023-06-06 19:23:18 +08:00
content: "\e91f";
}
2023-07-24 20:05:07 +08:00
.sn-icon-result-text:before {
2023-06-06 19:23:18 +08:00
content: "\e920";
}
2023-07-24 20:05:07 +08:00
.sn-icon-result-image:before {
2023-06-06 19:23:18 +08:00
content: "\e921";
}
2023-07-24 20:05:07 +08:00
.sn-icon-restore:before {
2023-06-06 19:23:18 +08:00
content: "\e922";
}
2023-07-24 20:05:07 +08:00
.sn-icon-resize:before {
2023-06-06 19:23:18 +08:00
content: "\e923";
}
2023-07-24 20:05:07 +08:00
.sn-icon-reset-password:before {
2023-06-06 19:23:18 +08:00
content: "\e924";
}
2023-07-24 20:05:07 +08:00
.sn-icon-reports:before {
2023-06-06 19:23:18 +08:00
content: "\e925";
}
2023-07-24 20:05:07 +08:00
.sn-icon-navigator-light:before {
2023-06-06 19:23:18 +08:00
content: "\e926";
}
2023-07-24 20:05:07 +08:00
.sn-icon-navigator:before {
2023-06-06 19:23:18 +08:00
content: "\e927";
}
2023-07-24 20:05:07 +08:00
.sn-icon-read-more:before {
2023-06-06 19:23:18 +08:00
content: "\e928";
}
2023-07-24 20:05:07 +08:00
.sn-icon-protocols-templates:before {
2023-06-06 19:23:18 +08:00
content: "\e929";
}
2023-07-24 20:05:07 +08:00
.sn-icon-projects:before {
2023-06-06 19:23:18 +08:00
content: "\e92a";
}
2023-07-24 20:05:07 +08:00
.sn-icon-project-member-access:before {
2023-06-06 19:23:18 +08:00
content: "\e92b";
}
2023-07-24 20:05:07 +08:00
.sn-icon-printer:before {
2023-06-06 19:23:18 +08:00
content: "\e92c";
}
2023-07-24 20:05:07 +08:00
.sn-icon-down:before {
2023-06-06 19:23:18 +08:00
content: "\e92d";
}
2023-07-24 20:05:07 +08:00
.sn-icon-notifications:before {
2023-06-06 19:23:18 +08:00
content: "\e92e";
}
2023-07-24 20:05:07 +08:00
.sn-icon-notes:before {
2023-06-06 19:23:18 +08:00
content: "\e92f";
}
2023-07-24 20:05:07 +08:00
.sn-icon-new-task:before {
2023-06-06 19:23:18 +08:00
content: "\e930";
}
2023-07-24 20:05:07 +08:00
.sn-icon-right:before {
2023-06-06 19:23:18 +08:00
content: "\e931";
}
2023-07-24 20:05:07 +08:00
.sn-icon-left:before {
2023-06-06 19:23:18 +08:00
content: "\e932";
}
2023-07-24 20:05:07 +08:00
.sn-icon-move:before {
2023-06-06 19:23:18 +08:00
content: "\e933";
}
2023-07-24 20:05:07 +08:00
.sn-icon-more-vert:before {
2023-06-06 19:23:18 +08:00
content: "\e934";
}
2023-07-24 20:05:07 +08:00
.sn-icon-more-hori:before {
2023-06-06 19:23:18 +08:00
content: "\e935";
}
2023-07-24 20:05:07 +08:00
.sn-icon-minus:before {
2023-06-06 19:23:18 +08:00
content: "\e936";
}
2023-07-24 20:05:07 +08:00
.sn-icon-mini-folder-left:before {
2023-06-06 19:23:18 +08:00
content: "\e937";
}
2023-07-24 20:05:07 +08:00
.sn-icon-manuscript:before {
2023-06-06 19:23:18 +08:00
content: "\e938";
}
2023-07-24 20:05:07 +08:00
.sn-icon-manage-table:before {
2023-06-06 19:23:18 +08:00
content: "\e939";
}
2023-07-24 20:05:07 +08:00
.sn-icon-locked-task:before {
2023-06-06 19:23:18 +08:00
content: "\e93a";
}
2023-07-24 20:05:07 +08:00
.sn-icon-location:before {
2023-06-06 19:23:18 +08:00
content: "\e93b";
}
2023-07-24 20:05:07 +08:00
.sn-icon-list-view:before {
2023-06-06 19:23:18 +08:00
content: "\e93c";
}
2023-07-24 20:05:07 +08:00
.sn-icon-inventory:before {
2023-06-06 19:23:18 +08:00
content: "\e93d";
}
2023-07-24 20:05:07 +08:00
.sn-icon-inventory-share:before {
2023-06-06 19:23:18 +08:00
content: "\e93e";
}
2023-07-24 20:05:07 +08:00
.sn-icon-inventory-edit:before {
2023-06-06 19:23:18 +08:00
content: "\e93f";
}
2023-07-24 20:05:07 +08:00
.sn-icon-import:before {
2023-06-06 19:23:18 +08:00
content: "\e940";
}
2023-07-24 20:05:07 +08:00
.sn-icon-help:before {
2023-06-06 19:23:18 +08:00
content: "\e941";
}
2023-07-24 20:05:07 +08:00
.sn-icon-help-s:before {
2023-06-06 19:23:18 +08:00
content: "\e942";
}
2023-07-24 20:05:07 +08:00
.sn-icon-hamburger:before {
2023-06-06 19:23:18 +08:00
content: "\e943";
}
2023-07-24 20:05:07 +08:00
.sn-icon-hamburger-big:before {
2023-06-06 19:23:18 +08:00
content: "\e944";
}
2023-07-24 20:05:07 +08:00
.sn-icon-grid-view:before {
2023-06-06 19:23:18 +08:00
content: "\e945";
}
2023-07-24 20:05:07 +08:00
.sn-icon-folder:before {
2023-06-06 19:23:18 +08:00
content: "\e946";
}
2023-07-24 20:05:07 +08:00
.sn-icon-filter:before {
2023-06-06 19:23:18 +08:00
content: "\e947";
}
2023-07-24 20:05:07 +08:00
.sn-icon-files:before {
2023-06-06 19:23:18 +08:00
content: "\e948";
}
2023-07-24 20:05:07 +08:00
.sn-icon-file-word:before {
2023-06-06 19:23:18 +08:00
content: "\e949";
}
2023-07-24 20:05:07 +08:00
.sn-icon-file-powerpoint:before {
2023-06-06 19:23:18 +08:00
content: "\e94a";
}
2023-07-24 20:05:07 +08:00
.sn-icon-file-excel:before {
2023-06-06 19:23:18 +08:00
content: "\e94b";
}
2023-07-24 20:05:07 +08:00
.sn-icon-export:before {
2023-06-06 19:23:18 +08:00
content: "\e94c";
}
2023-07-24 20:05:07 +08:00
.sn-icon-experiment:before {
2023-06-06 19:23:18 +08:00
content: "\e94d";
}
2023-07-24 20:05:07 +08:00
.sn-icon-expand:before {
2023-06-06 19:23:18 +08:00
content: "\e94e";
}
2023-07-24 20:05:07 +08:00
.sn-icon-edit:before {
2023-06-06 19:23:18 +08:00
content: "\e94f";
}
2023-07-24 20:05:07 +08:00
.sn-icon-duplicate:before {
2023-06-06 19:23:18 +08:00
content: "\e950";
}
2023-07-24 20:05:07 +08:00
.sn-icon-drag:before {
2023-06-06 19:23:18 +08:00
content: "\e951";
}
2023-07-24 20:05:07 +08:00
.sn-icon-double-left:before {
2023-06-06 19:23:18 +08:00
content: "\e952";
}
2023-07-24 20:05:07 +08:00
.sn-icon-double-right:before {
2023-06-06 19:23:18 +08:00
content: "\e953";
}
2023-07-24 20:05:07 +08:00
.sn-icon-dot-small:before {
2023-06-06 19:23:18 +08:00
content: "\e954";
}
2023-07-24 20:05:07 +08:00
.sn-icon-delete:before {
2023-06-06 19:23:18 +08:00
content: "\e955";
}
2023-07-24 20:05:07 +08:00
.sn-icon-dashboard:before {
2023-06-06 19:23:18 +08:00
content: "\e956";
}
2023-07-24 20:05:07 +08:00
.sn-icon-created:before {
2023-06-06 19:23:18 +08:00
content: "\e957";
}
2023-07-24 20:05:07 +08:00
.sn-icon-courses:before {
2023-06-06 19:23:18 +08:00
content: "\e958";
}
2023-07-24 20:05:07 +08:00
.sn-icon-comments:before {
2023-06-06 19:23:18 +08:00
content: "\e959";
}
2023-07-24 20:05:07 +08:00
.sn-icon-collapse:before {
2023-06-06 19:23:18 +08:00
content: "\e95a";
}
2023-07-24 20:05:07 +08:00
.sn-icon-close:before {
2023-06-06 19:23:18 +08:00
content: "\e95b";
}
2023-07-24 20:05:07 +08:00
.sn-icon-close-small:before {
2023-06-06 19:23:18 +08:00
content: "\e95c";
}
2023-07-24 20:05:07 +08:00
.sn-icon-up:before {
2023-06-06 19:23:18 +08:00
content: "\e95d";
}
2023-07-24 20:05:07 +08:00
.sn-icon-checkllist:before {
2023-06-06 19:23:18 +08:00
content: "\e95e";
}
2023-07-24 20:05:07 +08:00
.sn-icon-check:before {
2023-06-06 19:23:18 +08:00
content: "\e95f";
}
2023-07-24 20:05:07 +08:00
.sn-icon-card-view:before {
2023-06-06 19:23:18 +08:00
content: "\e960";
}
2023-07-24 20:05:07 +08:00
.sn-icon-calendar:before {
2023-06-06 19:23:18 +08:00
content: "\e961";
}
2023-07-24 20:05:07 +08:00
.sn-icon-calendar-small:before {
2023-06-06 19:23:18 +08:00
content: "\e962";
}
2023-07-24 20:05:07 +08:00
.sn-icon-barcode:before {
2023-06-06 19:23:18 +08:00
content: "\e963";
}
2023-07-24 20:05:07 +08:00
.sn-icon-attachment:before {
2023-06-06 19:23:18 +08:00
content: "\e964";
}
2023-07-24 20:05:07 +08:00
.sn-icon-archive:before {
2023-06-06 19:23:18 +08:00
content: "\e965";
}
2023-07-24 20:05:07 +08:00
.sn-icon-approval:before {
2023-06-06 19:23:18 +08:00
content: "\e966";
}
2023-07-24 20:05:07 +08:00
.sn-icon-approval-small:before {
2023-06-06 19:23:18 +08:00
content: "\e967";
}
2023-07-24 20:05:07 +08:00
.sn-icon-add-user:before {
2023-06-06 19:23:18 +08:00
content: "\e968";
}
2023-07-24 20:05:07 +08:00
.sn-icon-activities:before {
2023-06-06 19:23:18 +08:00
content: "\e969";
2023-06-08 23:33:50 +08:00
}
2023-07-24 20:05:07 +08:00
.sn-icon-send-comment:before {
content: "\e96a";
}
2023-07-24 20:05:07 +08:00
.sn-icon-assign-to-task:before {
content: "\e96b";
}
2023-07-24 20:05:07 +08:00
.sn-icon-arrow-down:before {
content: "\e96c";
}
2023-07-24 20:05:07 +08:00
.sn-icon-arrow-up:before {
content: "\e96d";
}
2023-07-24 20:05:07 +08:00
.sn-icon-signature:before {
content: "\e96e";
}
2023-07-24 20:05:07 +08:00
.sn-icon-industry:before {
content: "\e96f";
}
2023-07-24 20:05:07 +08:00
.sn-icon-alert-success:before {
content: "\e970";
}
2023-07-24 20:05:07 +08:00
.sn-icon-alert-warning:before {
content: "\e971";
}
2023-07-24 20:05:07 +08:00
.sn-icon-alert-destructive:before {
content: "\e972";
}
2023-07-24 20:05:07 +08:00
.sn-icon-txt-t:before {
content: "\e973";
}
2023-07-24 20:05:07 +08:00
.sn-icon-txt-a:before {
content: "\e974";
}
2023-07-24 20:05:07 +08:00
.sn-icon-file-pdf:before {
content: "\e975";
}
2023-07-24 20:05:07 +08:00
.sn-icon-save:before {
content: "\e976";
}
2023-07-24 20:05:07 +08:00
.sn-icon-archived:before {
content: "\e977";
2023-07-24 20:06:10 +08:00
}