20 lines
242 B
CSS
20 lines
242 B
CSS
h3.incomes {
|
|
background-color: green;
|
|
}
|
|
|
|
h3.expense {
|
|
background-color: red;
|
|
}
|
|
|
|
.table-overflow {
|
|
max-height: 500px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.separator {
|
|
margin: 1rem;
|
|
}
|
|
|
|
.grid {
|
|
margin: 2rem;
|
|
}/*# sourceMappingURL=index.css.map */ |