updated from upstream
This commit is contained in:
commit
e565ef7d1f
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
xdbin/beancount-gs
|
||||
frankwuzp/beancount-gs
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
|
|
@ -0,0 +1,30 @@
|
|||
.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 {
|
||||
color: #1da57a
|
||||
}
|
||||
|
||||
.calendar-drawer .date-cell .income {
|
||||
color: #ff4d4f
|
||||
}
|
||||
|
||||
.index-page .top-wrapper {
|
||||
margin-bottom: 2rem;
|
||||
display: flex;
|
||||
justify-content: space-between
|
||||
}
|
||||
Loading…
Reference in New Issue