96d2f83e |
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/ |
892a09a3 |
.icon-x:before, .icon-cog:before, .icon-x-full:before, .icon-bubbles:before, .icon-bubble:before, .icon-plus:before, .icon-arrow-down:before, .icon-arrow-up:before, .icon-record:before, |
37ab3198 |
.icon-owner:before, .icon-make-owner:before { |
96d2f83e |
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-x:before {
content: "\274c";
}
.icon-cog:before {
content: "\2699";
}
.icon-x-full:before {
content: "\274e";
}
.icon-bubbles:before {
content: "\25c9";
}
.icon-bubble:before {
content: "\25ef";
}
.icon-plus:before {
content: "\271a";
}
.icon-arrow-down:before {
content: "\25be";
}
.icon-arrow-up:before {
content: "\25b4"; |
4b15dbcc |
}
.icon-record:before {
content: "\25cf"; |
892a09a3 |
}
.icon-owner:before {
content: "\260d";
padding-left: 1px; |
37ab3198 |
}
.icon-make-owner:before {
content: "\e000"; |
96d2f83e |
} |