|
|
@ -22,6 +22,12 @@ $wallet-view-bg: $alabaster; |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.main-container-wrapper { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
width: 100vw; |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//Account and transaction details |
|
|
|
//Account and transaction details |
|
|
|
.account-and-transaction-details { |
|
|
|
.account-and-transaction-details { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -219,6 +225,10 @@ $wallet-view-bg: $alabaster; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
background-color: $white; |
|
|
|
background-color: $white; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.main-container-wrapper { |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// wallet view |
|
|
|
// wallet view |
|
|
|