change icon in some places
This commit is contained in:
parent
fd07057ff6
commit
59e164de02
10 changed files with 59 additions and 32 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -550,7 +550,7 @@ label {
|
|||
font-weight: 700;
|
||||
font-size: 11px;
|
||||
color: #34495E;
|
||||
margin-bottom: 2px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
button.radius, .button.radius {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue