2026-07-07 16:28:09 -03:00
|
|
|
/*
|
|
|
|
|
* FinanceBuddy styles.
|
|
|
|
|
*
|
2026-07-07 16:50:40 -03:00
|
|
|
* The money badge (.fb-badge / .fb-installments) and the per-column total (.fb-column-total)
|
|
|
|
|
* styling are added as those features land in later versions.
|
2026-07-07 16:28:09 -03:00
|
|
|
*/
|
2026-07-07 16:50:40 -03:00
|
|
|
|
|
|
|
|
/* Task-form finance fieldset (middle column). */
|
|
|
|
|
.fb-form-directions {
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-form-inline {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 14px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-form-installments {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-form-installments .fb-form-num {
|
|
|
|
|
width: 5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-form-installments span {
|
|
|
|
|
margin: 0 8px;
|
|
|
|
|
}
|