Files
bigcapital/src/style/pages/CashFlow/CashflowTransactionForm.scss
2021-10-17 18:00:40 +02:00

32 lines
500 B
SCSS

.dialog--money-in,
.dialog--money-out {
.bp3-form-group {
margin-bottom: 15px;
label.bp3-label {
font-size: 13px;
margin-bottom: 3px;
}
}
.form-group {
&--description {
.bp3-form-content {
textarea {
width: 100%;
min-width: 100%;
font-size: 14px;
}
}
}
&--reference-no,
&--amount,
&--credit_account_id {
max-width: 380px;
}
}
.bp3-dialog-footer {
padding-top: 10px;
}
}