mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
32 lines
500 B
SCSS
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;
|
|
}
|
|
}
|