began update for wallet module and receive screen
This commit is contained in:
parent
e74b70744f
commit
21a2f41ef9
7 changed files with 135 additions and 36 deletions
34
src/sass/views/tab-receive.scss
Normal file
34
src/sass/views/tab-receive.scss
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
#tab-receive {
|
||||
#address {
|
||||
background: #fff;
|
||||
.item {
|
||||
border: none;
|
||||
font-size: .9rem;
|
||||
i {
|
||||
font-size: 1.3rem;
|
||||
&.ion-social-bitcoin-outline {
|
||||
border-right: 1px solid rgb(228, 228, 228);
|
||||
}
|
||||
}
|
||||
}
|
||||
.bit-address {
|
||||
font-size: .8rem;
|
||||
.item {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
&-gen-address {}
|
||||
}
|
||||
}
|
||||
#wallets {
|
||||
&:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-style: solid;
|
||||
border-width: 0 20px 20px 20px;
|
||||
border-color: transparent transparent #6980fe transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue