mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: rounding money amount. feat: optimize page form structure. feat: refactoring make journal and expense form with FastField component.
46 lines
646 B
SCSS
46 lines
646 B
SCSS
.dashboard__insider--estimate-form{
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.page-form--estimate{
|
|
$self: '.page-form';
|
|
|
|
#{$self}__header{
|
|
display: flex;
|
|
|
|
&-fields{
|
|
flex: 1 0 0;
|
|
}
|
|
|
|
.bp3-form-group{
|
|
margin-bottom: 18px;
|
|
}
|
|
.bp3-label{
|
|
min-width: 140px;
|
|
}
|
|
|
|
.bp3-form-content{
|
|
width: 100%;
|
|
}
|
|
|
|
.bp3-form-group{
|
|
&.bp3-inline{
|
|
max-width: 440px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#{$self}__footer{
|
|
.form-group--customer_note,
|
|
.form-group--terms_conditions{
|
|
max-width: 450px;
|
|
width: 100%;
|
|
|
|
textarea{
|
|
width: 100%;
|
|
min-height: 50px;
|
|
}
|
|
}
|
|
}
|
|
} |