ok
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.Transactions {
|
||||
.Transaction {
|
||||
overflow-x: hidden;
|
||||
background-color: white;
|
||||
display: flex;
|
||||
@@ -8,6 +8,18 @@
|
||||
color: rgba(88, 55, 50, 1);
|
||||
background-color: #e9e9e9;
|
||||
border-radius: 15px;
|
||||
max-height: 80vh;
|
||||
width: 80vw;
|
||||
}
|
||||
.Transactions {
|
||||
overflow-x: hidden;
|
||||
background-color: white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: rgba(88, 55, 50, 1);
|
||||
background-color: #e9e9e9;
|
||||
}
|
||||
|
||||
.Transactions-title {
|
||||
|
||||
Reference in New Issue
Block a user