commit
5150df6615
7 changed files with 97 additions and 86 deletions
|
|
@ -143,6 +143,14 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.amount {
|
||||
background-color: #F1F3F5;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 2.4rem 1rem;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.scroll-section {
|
||||
position: absolute;
|
||||
top: 120px;
|
||||
|
|
@ -184,15 +192,19 @@
|
|||
height:100%;
|
||||
}
|
||||
|
||||
.avatar-wallet {
|
||||
background-color: #1ABC9C;
|
||||
color: #fff;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 13px;
|
||||
padding: 0.35rem 0.65rem;
|
||||
.home-wallet .avatar-wallet {
|
||||
padding: 1.7rem;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
position: absolute;
|
||||
top: -43px;
|
||||
font-size: 35px;
|
||||
border: 3px solid #fff;
|
||||
}
|
||||
|
||||
.home-wallet .wallet-info {
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
.copayers {
|
||||
position: relative;
|
||||
|
|
@ -321,9 +333,13 @@
|
|||
background: #E4E8EC;
|
||||
}
|
||||
|
||||
.sidebar-mobile-wallets .avatar-wallet {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.sidebar-mobile-wallets li {
|
||||
overflow: hidden;
|
||||
padding:0.4rem;
|
||||
padding:.6rem 0.4rem;
|
||||
border-bottom: 1px solid #DDE2E7;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue