populate wallet list
This commit is contained in:
parent
1d5299e254
commit
b42bf01f6a
4 changed files with 67 additions and 6 deletions
|
|
@ -28,3 +28,34 @@
|
|||
// margin-right: 20px;
|
||||
// }
|
||||
// }
|
||||
|
||||
#view-confirm {
|
||||
$border-color: #EFEFEF;
|
||||
height: auto;
|
||||
.wallet-selector {
|
||||
.wallet {
|
||||
border: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.wallet-details {
|
||||
position: relative;
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
|
||||
&::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
//background: rgba(221, 221, 221, 0.3);
|
||||
background: $border-color;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue