added code, icons and css for sign and verify message
This commit is contained in:
parent
4c60ba5c81
commit
ef6a572b87
11 changed files with 271 additions and 1 deletions
|
|
@ -242,6 +242,16 @@ div.onboarding-topic {
|
|||
background-image: url('../img/icon-twitter.svg');
|
||||
}
|
||||
|
||||
.icon-sign-message {
|
||||
background-color: #494949;
|
||||
background-image: url('../img/icon-sign-message.svg');
|
||||
}
|
||||
|
||||
.icon-verify-message {
|
||||
background-color: #494949;
|
||||
background-image: url('../img/icon-verify-message.svg');
|
||||
}
|
||||
|
||||
.icon-share {
|
||||
background-color: #494949;
|
||||
background-image: url('../img/icon-share.svg');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue