mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
40 lines
543 B
SCSS
40 lines
543 B
SCSS
.dashboard__insider--make-journal-page {
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
.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%;
|
|
}
|
|
}
|
|
}
|