37 lines
724 B
SCSS
37 lines
724 B
SCSS
#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 #f5f5f5 transparent;
|
|
top: -9px;
|
|
position: absolute;
|
|
left: 45%;
|
|
}
|
|
}
|
|
}
|