Added content-frame, item and ion-content components, added dummy wallet interfaces

This commit is contained in:
Sam Cheng Hung 2018-07-19 17:41:02 +08:00
commit a2f6277e7e
9 changed files with 179 additions and 2 deletions

View file

@ -88,6 +88,13 @@
background-image: url('../img/icon-faucet.svg');
background-size: 70%;
}
&.icon-wallet {
background-color: #FAB915;
background-image: url('../img/icon-wallet.svg');
border: none;
box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset;
}
}
}