This commit is contained in:
zadit
2024-12-13 21:29:10 +07:00
parent 198d0b3053
commit b88b9ce7ba
18 changed files with 195 additions and 66 deletions

View File

@@ -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 {