change icon in some places

This commit is contained in:
bechi 2015-04-29 12:16:28 -03:00
commit 59e164de02
10 changed files with 59 additions and 32 deletions

View file

@ -24,6 +24,26 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-minus-circle:before {
content: "\e62c";
}
.icon-plus-circle:before {
content: "\e62d";
}
.icon-close-circle:before {
content: "\e62e";
}
.icon-checkmark-circle:before {
content: "\e62b";
}
.icon-scan:before {
content: "\e62a";
}
.icon-circle:before {
content: "\e629";
}
@ -132,6 +152,10 @@
content: "\e628";
}
.icon-receive2:before {
content: "\e62f";
}
.icon-arrow-left:before {
content: "\e600";
}

View file

@ -550,7 +550,7 @@ label {
font-weight: 700;
font-size: 11px;
color: #34495E;
margin-bottom: 2px;
margin-bottom: 3px;
}
button.radius, .button.radius {