add more icons

This commit is contained in:
bechi 2014-11-27 18:38:06 -03:00
commit 1805e060e5
5 changed files with 37 additions and 1 deletions

View file

@ -50,6 +50,33 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-receive:before {
content: "\e613";
}
.icon-bitcoin:before {
content: "\e60f";
}
.icon-history:before {
content: "\e610";
}
.icon-home:before {
content: "\e611";
}
.icon-label:before {
content: "\e612";
}
.icon-send:before {
content: "\e614";
}
.icon-setting:before {
content: "\e615";
}
.icon-usd:before {
content: "\e616";
}
.icon-wallet:before {
content: "\e617";
}
.icon-arrow-left:before {
content: "\e600";
}
@ -94,4 +121,4 @@
}
.icon-arrow-up4:before {
content: "\e60e";
}
}