2022-09-11 08:49:00 +00:00
|
|
|
.calendar-drawer .date-cell {
|
|
|
|
|
height: 80px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar-drawer .calendar {
|
|
|
|
|
max-width: 800px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar-drawer .date-cell {
|
|
|
|
|
font-size: 12px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar-drawer .date-cell .date {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: bolder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar-drawer .date-cell .expenses {
|
2024-10-11 09:11:42 +00:00
|
|
|
color: #1da57a
|
2022-09-11 08:49:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.calendar-drawer .date-cell .income {
|
2024-10-11 09:11:42 +00:00
|
|
|
color: #ff4d4f
|
2022-09-11 08:49:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index-page .top-wrapper {
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between
|
|
|
|
|
}
|