File size: 1,733 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
@font-face {
font-family: 'icomoon';
src: url("icomoon.eot");
src: url("icomoon.eot#iefix") format("embedded-opentype"), url("icomoon.ttf") format("truetype"), url("icomoon.woff") format("woff"), url("icomoon.svg#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"] {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icomoon-save:before {
content: "\e914";
}
.icomoon-calendar:before {
content: "\e900";
}
.icomoon-close:before {
content: "\e901";
}
.icomoon-collections:before {
content: "\e902";
}
.icomoon-dropdown-open:before {
content: "\e903";
}
.icomoon-dropdown-close:before {
content: "\e904";
}
.icomoon-edit:before {
content: "\e905";
}
.icomoon-eye:before {
content: "\e906";
}
.icomoon-export:before {
content: "\e907";
}
.icomoon-filter-down:before {
content: "\e908";
}
.icomoon-general:before {
content: "\e909";
}
.icomoon-info:before {
content: "\e90a";
}
.icomoon-moon:before {
content: "\e90b";
}
.icomoon-notifications:before {
content: "\e90c";
}
.icomoon-options:before {
content: "\e90d";
}
.icomoon-pagination-left:before {
content: "\e90e";
}
.icomoon-pagination-right:before {
content: "\e90f";
}
.icomoon-add:before {
content: "\e910";
}
.icomoon-profile:before {
content: "\e911";
}
.icomoon-remove-2:before {
content: "\e912";
}
.icomoon-remove:before {
content: "\e913";
}
.icomoon-search:before {
content: "\e915";
}
.icomoon-settings:before {
content: "\e916";
}
.icomoon-sun:before {
content: "\e917";
} |