🌱 🏗️ ⬆️ ✨add expense table 🎨 🔧
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
h3 {
|
||||
h3.incomes {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
h3.expense {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.table-overflow {
|
||||
max-height: 500px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.separator {
|
||||
margin: 1rem;
|
||||
}/*# sourceMappingURL=index.css.map */
|
||||
Reference in New Issue
Block a user