You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
366 B
22 lines
366 B
.wallet .wallet-list {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.wallet .wallet-list .list-item {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.wallet .wallet-list .item-logo {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.wallet .wallet-list .item-name {
|
|
font-size: 14px;
|
|
}
|
|
.wallet .wallet-service {
|
|
margin: 15px 0;
|
|
font-size: 16px;
|
|
}
|
|
.wallet .wallet-service span {
|
|
color: red;
|
|
} |