Wallet/src/css/icons.css

193 lines
2.5 KiB
CSS
Raw Normal View History

2014-11-26 10:54:44 -03:00
@font-face {
font-family: 'icomoon';
2015-01-02 16:57:38 +00:00
src:url("../font/icomoon.eot");
src:url("../font/icomoon.eot?#iefix") format('embedded-opentype'),
url("../font/icomoon.woff") format('woff'),
url("../font/icomoon.ttf") format('truetype'),
url("../font/icomoon.svg#icomoon") format('svg');
2014-11-26 10:54:44 -03:00
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2015-02-10 16:49:00 -03:00
.icon-circle:before {
content: "\e629";
}
.icon-circle-active:before {
content: "\e627";
}
2014-11-28 16:27:21 -03:00
.icon-trash:before {
content: "\e626";
}
2015-02-10 16:49:00 -03:00
.icon-wallet:before {
content: "\e622";
}
2014-11-28 16:27:21 -03:00
.icon-history:before {
content: "\e623";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-reference:before {
content: "\e621";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-bell:before {
content: "\e61c";
}
2015-02-10 16:49:00 -03:00
2014-11-27 18:38:06 -03:00
.icon-receive:before {
2014-11-28 16:27:21 -03:00
content: "\e625";
2014-11-27 18:38:06 -03:00
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-wrench:before {
content: "\e61d";
2014-11-27 18:38:06 -03:00
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-download:before {
content: "\e61e";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-upload:before {
content: "\e61f";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-power:before {
content: "\e620";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-forward:before {
content: "\e624";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-compose:before {
2014-11-27 18:38:06 -03:00
content: "\e610";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-contact:before {
2014-11-27 18:38:06 -03:00
content: "\e611";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-email:before {
2014-11-27 18:38:06 -03:00
content: "\e612";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-gear:before {
content: "\e613";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-home:before {
2014-11-27 18:38:06 -03:00
content: "\e614";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-locked:before {
2014-11-27 18:38:06 -03:00
content: "\e615";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-paperplane:before {
content: "\e617";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-people:before {
content: "\e618";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-person:before {
content: "\e619";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-pricetag:before {
content: "\e61a";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-pricetags:before {
content: "\e61b";
}
2015-02-10 16:49:00 -03:00
2014-11-28 16:27:21 -03:00
.icon-bitcoin:before {
content: "\e60f";
}
2015-02-10 16:49:00 -03:00
2014-11-27 18:38:06 -03:00
.icon-usd:before {
content: "\e616";
}
2015-02-10 16:49:00 -03:00
.icon-erase:before {
content: "\e628";
}
2014-11-26 10:54:44 -03:00
.icon-arrow-left:before {
content: "\e600";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-down:before {
content: "\e601";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-up:before {
content: "\e602";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-right:before {
content: "\e603";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-left2:before {
content: "\e604";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-down2:before {
content: "\e605";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-up2:before {
content: "\e606";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-right2:before {
content: "\e607";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-left3:before {
content: "\e608";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-down3:before {
content: "\e609";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-up3:before {
content: "\e60a";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-right3:before {
content: "\e60b";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-left4:before {
content: "\e60c";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-down4:before {
content: "\e60d";
}
2015-02-10 16:49:00 -03:00
2014-11-26 10:54:44 -03:00
.icon-arrow-up4:before {
content: "\e60e";
2014-11-28 16:27:21 -03:00
}