mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: rounding money amount. feat: optimize page form structure. feat: refactoring make journal and expense form with FastField component.
53 lines
696 B
SCSS
53 lines
696 B
SCSS
|
|
.page-form--make-journal-entries{
|
|
$self: '.page-form';
|
|
|
|
#{$self}__header{
|
|
.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%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dialog--journal-number-settings{
|
|
|
|
.paragraph {
|
|
margin-bottom: 20px;
|
|
}
|
|
.bp3-form-group{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.bp3-dialog-footer-actions{
|
|
.bp3-button{
|
|
min-width: 75px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dashboard__insider{
|
|
|
|
&--make-journal-page{
|
|
background: #fff;
|
|
}
|
|
} |