Files
bigcapital/client/src/style/pages/ManualJournal/MakeJournal.scss
a.bouhuolia 9e2c995813 fix: logo style.
fix: page forms style.
feat: auto-fill items entries from item details.
fix: hiding dashboard copyright bar.
2021-02-25 10:51:27 +02:00

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%;
}
}
}