mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: page forms style. feat: auto-fill items entries from item details. fix: hiding dashboard copyright bar.
37 lines
476 B
SCSS
37 lines
476 B
SCSS
|
|
.page-form--make-journal-entries{
|
|
$self: '.page-form';
|
|
|
|
#{$self}__header{
|
|
display: flex;
|
|
|
|
&-fields {
|
|
flex: 1 0 0;
|
|
}
|
|
|
|
.bp3-label{
|
|
min-width: 140px;
|
|
}
|
|
.bp3-form-content{
|
|
width: 100%;
|
|
}
|
|
|
|
.bp3-form-group{
|
|
margin-bottom: 18px;
|
|
|
|
&.bp3-inline{
|
|
max-width: 440px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.form-group--description{
|
|
max-width: 500px;
|
|
|
|
textarea{
|
|
min-height: 60px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|