first commit
This commit is contained in:
7
wp-content/themes/thinkai/assets/vendors/thm-icons/Read Me.txt
vendored
Normal file
7
wp-content/themes/thinkai/assets/vendors/thm-icons/Read Me.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
|
||||
|
||||
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
|
||||
|
||||
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
|
||||
|
||||
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
|
||||
152
wp-content/themes/thinkai/assets/vendors/thm-icons/demo-files/demo.css
vendored
Normal file
152
wp-content/themes/thinkai/assets/vendors/thm-icons/demo-files/demo.css
vendored
Normal file
@@ -0,0 +1,152 @@
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
background: #fff;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
font-weight: normal;
|
||||
}
|
||||
small {
|
||||
font-size: .66666667em;
|
||||
}
|
||||
a {
|
||||
color: #e74c3c;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
box-shadow: 0 1px #e74c3c;
|
||||
}
|
||||
.bshadow0, input {
|
||||
box-shadow: inset 0 -2px #e7e7e7;
|
||||
}
|
||||
input:hover {
|
||||
box-shadow: inset 0 -2px #ccc;
|
||||
}
|
||||
input, fieldset {
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
input {
|
||||
color: inherit;
|
||||
line-height: 1.5;
|
||||
height: 1.5em;
|
||||
padding: .25em 0;
|
||||
}
|
||||
input:focus {
|
||||
outline: none;
|
||||
box-shadow: inset 0 -2px #449fdb;
|
||||
}
|
||||
.glyph {
|
||||
font-size: 16px;
|
||||
width: 15em;
|
||||
padding-bottom: 1em;
|
||||
margin-right: 4em;
|
||||
margin-bottom: 1em;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
.liga {
|
||||
width: 80%;
|
||||
width: calc(100% - 2.5em);
|
||||
}
|
||||
.talign-right {
|
||||
text-align: right;
|
||||
}
|
||||
.talign-center {
|
||||
text-align: center;
|
||||
}
|
||||
.bgc1 {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
.fgc1 {
|
||||
color: #999;
|
||||
}
|
||||
.fgc0 {
|
||||
color: #000;
|
||||
}
|
||||
p {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.mvm {
|
||||
margin-top: .75em;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
.mtn {
|
||||
margin-top: 0;
|
||||
}
|
||||
.mtl, .mal {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
.mbl, .mal {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.mal, .mhl {
|
||||
margin-left: 1.5em;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
.mhmm {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.mls {
|
||||
margin-left: .25em;
|
||||
}
|
||||
.ptl {
|
||||
padding-top: 1.5em;
|
||||
}
|
||||
.pbs, .pvs {
|
||||
padding-bottom: .25em;
|
||||
}
|
||||
.pvs, .pts {
|
||||
padding-top: .25em;
|
||||
}
|
||||
.unit {
|
||||
float: left;
|
||||
}
|
||||
.unitRight {
|
||||
float: right;
|
||||
}
|
||||
.size1of2 {
|
||||
width: 50%;
|
||||
}
|
||||
.size1of1 {
|
||||
width: 100%;
|
||||
}
|
||||
.clearfix:before, .clearfix:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hidden-true {
|
||||
display: none;
|
||||
}
|
||||
.textbox0 {
|
||||
width: 3em;
|
||||
background: #f1f1f1;
|
||||
padding: .25em .5em;
|
||||
line-height: 1.5;
|
||||
height: 1.5em;
|
||||
}
|
||||
#testDrive {
|
||||
display: block;
|
||||
padding-top: 24px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.fs0 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.fs1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
30
wp-content/themes/thinkai/assets/vendors/thm-icons/demo-files/demo.js
vendored
Normal file
30
wp-content/themes/thinkai/assets/vendors/thm-icons/demo-files/demo.js
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
if (!('boxShadow' in document.body.style)) {
|
||||
document.body.setAttribute('class', 'noBoxShadow');
|
||||
}
|
||||
|
||||
document.body.addEventListener("click", function(e) {
|
||||
var target = e.target;
|
||||
if (target.tagName === "INPUT" &&
|
||||
target.getAttribute('class').indexOf('liga') === -1) {
|
||||
target.select();
|
||||
}
|
||||
});
|
||||
|
||||
(function() {
|
||||
var fontSize = document.getElementById('fontSize'),
|
||||
testDrive = document.getElementById('testDrive'),
|
||||
testText = document.getElementById('testText');
|
||||
function updateTest() {
|
||||
testDrive.innerHTML = testText.value || String.fromCharCode(160);
|
||||
if (window.icomoonLiga) {
|
||||
window.icomoonLiga(testDrive);
|
||||
}
|
||||
}
|
||||
function updateSize() {
|
||||
testDrive.style.fontSize = fontSize.value + 'px';
|
||||
}
|
||||
fontSize.addEventListener('change', updateSize, false);
|
||||
testText.addEventListener('input', updateTest, false);
|
||||
testText.addEventListener('change', updateTest, false);
|
||||
updateSize();
|
||||
}());
|
||||
1830
wp-content/themes/thinkai/assets/vendors/thm-icons/demo.html
vendored
Normal file
1830
wp-content/themes/thinkai/assets/vendors/thm-icons/demo.html
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.eot
vendored
Normal file
BIN
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.eot
vendored
Normal file
Binary file not shown.
155
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.svg
vendored
Normal file
155
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 197 KiB |
BIN
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.ttf
vendored
Normal file
BIN
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.ttf
vendored
Normal file
Binary file not shown.
BIN
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.woff
vendored
Normal file
BIN
wp-content/themes/thinkai/assets/vendors/thm-icons/fonts/icomoon.woff
vendored
Normal file
Binary file not shown.
1
wp-content/themes/thinkai/assets/vendors/thm-icons/selection.json
vendored
Normal file
1
wp-content/themes/thinkai/assets/vendors/thm-icons/selection.json
vendored
Normal file
File diff suppressed because one or more lines are too long
507
wp-content/themes/thinkai/assets/vendors/thm-icons/style.css
vendored
Normal file
507
wp-content/themes/thinkai/assets/vendors/thm-icons/style.css
vendored
Normal file
@@ -0,0 +1,507 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?lshyky');
|
||||
src: url('fonts/icomoon.eot?lshyky#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?lshyky') format('truetype'),
|
||||
url('fonts/icomoon.woff?lshyky') format('woff'),
|
||||
url('fonts/icomoon.svg?lshyky#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !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;
|
||||
}
|
||||
|
||||
.icon{
|
||||
font-family: 'icomoon' !important;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
.icon-shines:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-right-arrow:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-left-arrow:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-up-arrow:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.icon-down-arrow:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-invite:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-play-button-arrowhead:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.icon-down1-arrow:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.icon-top-arrow:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.icon-left-arrow1:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.icon-right-arrow1:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.icon-arrow:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.icon-abstract:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.icon-cross:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.icon-abstract-shape:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icon-abstract-shape-1:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.icon-medal:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.icon-edition:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.icon-robot:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.icon-magic-wand:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.icon-google .path1:before {
|
||||
content: "\e914";
|
||||
color: rgb(22, 126, 230);
|
||||
}
|
||||
.icon-google .path2:before {
|
||||
content: "\e915";
|
||||
margin-left: -1em;
|
||||
color: rgb(18, 179, 71);
|
||||
}
|
||||
.icon-google .path3:before {
|
||||
content: "\e916";
|
||||
margin-left: -1em;
|
||||
color: rgb(15, 153, 62);
|
||||
}
|
||||
.icon-google .path4:before {
|
||||
content: "\e917";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 213, 0);
|
||||
}
|
||||
.icon-google .path5:before {
|
||||
content: "\e918";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 75, 38);
|
||||
}
|
||||
.icon-google .path6:before {
|
||||
content: "\e919";
|
||||
margin-left: -1em;
|
||||
color: rgb(217, 63, 33);
|
||||
}
|
||||
.icon-rate-star-button:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icon-chat:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.icon-startup:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.icon-profits:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.icon-technical-support:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.icon-website:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.icon-social-media:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.icon-voice-chat:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.icon-email:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.icon-logout:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.icon-customer-care:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.icon-shopping-basket:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.icon-calendar:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.icon-prospect:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.icon-question:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.icon-healthcare:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.icon-quote:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.icon-loupe:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.icon-user:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.icon-correct:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.icon-correct-1:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.icon-input:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.icon-radio-waves:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.icon-voice:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.icon-voice-detection:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.icon-translation:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.icon-headphone:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.icon-mask:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.icon-voice-1:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.icon-sound-mixer:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.icon-time:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.icon-telemarketer:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.icon-microphone:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.icon-graduation:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.icon-youtube:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.icon-megaphone:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.icon-happy .path1:before {
|
||||
content: "\e93e";
|
||||
color: rgb(255, 223, 64);
|
||||
}
|
||||
.icon-happy .path2:before {
|
||||
content: "\e93f";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 190, 64);
|
||||
}
|
||||
.icon-happy .path3:before {
|
||||
content: "\e940";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 237, 179);
|
||||
}
|
||||
.icon-happy .path4:before {
|
||||
content: "\e941";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 237, 179);
|
||||
}
|
||||
.icon-happy .path5:before {
|
||||
content: "\e942";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 237, 179);
|
||||
}
|
||||
.icon-happy .path6:before {
|
||||
content: "\e943";
|
||||
margin-left: -1em;
|
||||
color: rgb(128, 75, 64);
|
||||
}
|
||||
.icon-happy .path7:before {
|
||||
content: "\e944";
|
||||
margin-left: -1em;
|
||||
color: rgb(102, 55, 51);
|
||||
}
|
||||
.icon-happy .path8:before {
|
||||
content: "\e945";
|
||||
margin-left: -1em;
|
||||
color: rgb(128, 75, 64);
|
||||
}
|
||||
.icon-happy .path9:before {
|
||||
content: "\e946";
|
||||
margin-left: -1em;
|
||||
color: rgb(102, 55, 51);
|
||||
}
|
||||
.icon-happy .path10:before {
|
||||
content: "\e947";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 101, 51);
|
||||
}
|
||||
.icon-happy .path11:before {
|
||||
content: "\e948";
|
||||
margin-left: -1em;
|
||||
color: rgb(230, 58, 23);
|
||||
}
|
||||
.icon-happy .path12:before {
|
||||
content: "\e949";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 251, 230);
|
||||
}
|
||||
.icon-happy .path13:before {
|
||||
content: "\e94a";
|
||||
margin-left: -1em;
|
||||
color: rgb(255, 237, 179);
|
||||
}
|
||||
.icon-app-store:before {
|
||||
content: "\e94b";
|
||||
color: #2196f3;
|
||||
}
|
||||
.icon-menu:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.icon-marble:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.icon-lines:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.icon-standard:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.icon-advertisement:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.icon-risks:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.icon-robot-1:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.icon-security:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.icon-geometric:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.icon-geometric-1:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.icon-geometric-2:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.icon-email-1:before {
|
||||
content: "\e957";
|
||||
}
|
||||
.icon-collection:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.icon-edit:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.icon-magic-wand-1:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.icon-megaphone-1:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.icon-human-resources:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.icon-student:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.icon-dna-structure:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.icon-shopping-bag:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
.icon-heart-shape-outline:before {
|
||||
content: "\e960";
|
||||
}
|
||||
.icon-close:before {
|
||||
content: "\e961";
|
||||
}
|
||||
.icon-apple:before {
|
||||
content: "\e962";
|
||||
}
|
||||
.icon-share:before {
|
||||
content: "\e963";
|
||||
}
|
||||
.icon-ellipses:before {
|
||||
content: "\e964";
|
||||
}
|
||||
.icon-right-arrow-1:before {
|
||||
content: "\e965";
|
||||
color: #02bc7d;
|
||||
}
|
||||
.icon-more:before {
|
||||
content: "\e966";
|
||||
}
|
||||
.icon-facebook:before {
|
||||
content: "\e967";
|
||||
}
|
||||
.icon-twitter-sign:before {
|
||||
content: "\e968";
|
||||
}
|
||||
.icon-plus:before {
|
||||
content: "\e969";
|
||||
}
|
||||
.icon-plus-1:before {
|
||||
content: "\e96a";
|
||||
}
|
||||
.icon-remove:before {
|
||||
content: "\e96b";
|
||||
}
|
||||
.icon-line:before {
|
||||
content: "\e96c";
|
||||
}
|
||||
.icon-instagram:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
.icon-youtube-1:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
.icon-happy-face:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
.icon-user-1:before {
|
||||
content: "\e970";
|
||||
}
|
||||
.icon-send:before {
|
||||
content: "\e971";
|
||||
}
|
||||
.icon-chat-1:before {
|
||||
content: "\e972";
|
||||
}
|
||||
.icon-linkedin-logo:before {
|
||||
content: "\e973";
|
||||
}
|
||||
.icon-app:before {
|
||||
content: "\e974";
|
||||
}
|
||||
.icon-performance:before {
|
||||
content: "\e975";
|
||||
}
|
||||
.icon-curve:before {
|
||||
content: "\e976";
|
||||
}
|
||||
.icon-arrow-upper-right:before {
|
||||
content: "\e977";
|
||||
}
|
||||
.icon-straight-quotes:before {
|
||||
content: "\e978";
|
||||
}
|
||||
.icon-check:before {
|
||||
content: "\e979";
|
||||
}
|
||||
.icon-down-arrow-1:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
.icon-lock:before {
|
||||
content: "\e97b";
|
||||
}
|
||||
.icon-zoom-in:before {
|
||||
content: "\e97c";
|
||||
}
|
||||
.icon-close-1:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
.icon-price-tag:before {
|
||||
content: "\e97e";
|
||||
}
|
||||
.icon-arrow-1:before {
|
||||
content: "\e97f";
|
||||
}
|
||||
.icon-envelope:before {
|
||||
content: "\e980";
|
||||
}
|
||||
.icon-user-2:before {
|
||||
content: "\e981";
|
||||
}
|
||||
.icon-call:before {
|
||||
content: "\e982";
|
||||
}
|
||||
.icon-font-size:before {
|
||||
content: "\e983";
|
||||
}
|
||||
.icon-headset:before {
|
||||
content: "\e984";
|
||||
}
|
||||
.icon-apps:before {
|
||||
content: "\e985";
|
||||
}
|
||||
.icon-apps-1:before {
|
||||
content: "\e986";
|
||||
}
|
||||
.icon-facebook-app-symbol:before {
|
||||
content: "\e987";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\e988";
|
||||
}
|
||||
.icon-linkedin:before {
|
||||
content: "\e989";
|
||||
}
|
||||
.icon-instagram-1:before {
|
||||
content: "\e98a";
|
||||
}
|
||||
.icon-youtube-2:before {
|
||||
content: "\e98b";
|
||||
}
|
||||
.icon-allah:before {
|
||||
content: "\e98c";
|
||||
}
|
||||
.icon-quote-1:before {
|
||||
content: "\e98d";
|
||||
}
|
||||
.icon-thm-logo1:before {
|
||||
content: "\e98e";
|
||||
}
|
||||
.icon-check11:before {
|
||||
content: "\e98f";
|
||||
}
|
||||
.icon-check111:before {
|
||||
content: "\e990";
|
||||
}
|
||||
Reference in New Issue
Block a user