Files
budget_analyser/resources/js/Pages/Transactions/index.scss
clement be5225c85d 🌱 🏗️ ⬆️ add expense table 🎨 🔧
2025-05-15 17:45:22 +02:00

13 lines
183 B
SCSS

h3.incomes {
background-color: green;
}
h3.expense {
background-color: red;
}
.table-overflow{
max-height: 500px;
overflow-y: scroll;
}
.separator{
margin: 1rem;
}