/* * FinanceBuddy styles. * * 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. */ /* 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; }