fix: auto-increment journal number.

WIP: customer form.
This commit is contained in:
Ahmed Bouhuolia
2020-11-08 16:24:13 +02:00
parent 08f1a8136b
commit 1bc719dea7
16 changed files with 451 additions and 378 deletions

View File

@@ -16,9 +16,10 @@
#{$self}__header{
.bp3-form-group{
max-width: 500px;
.bp3-label{
width: 200px;
min-width: 150px;
}
.bp3-form-content{
@@ -27,6 +28,7 @@
}
.form-group--contact_name{
max-width: 100%;
.bp3-control-group > *{
flex-shrink: unset;
@@ -54,17 +56,41 @@
margin-top: 26px;
}
.form-group--phone-number{
.bp3-control-group > *{
flex-shrink: unset;
padding-right: 5px;
padding-left: 5px;
&:first-child{
padding-left: 0;
}
&:last-child{
padding-right: 0;
}
}
}
#{$self}__tabs{
margin-top: 20px;
max-width: 1000px;
.bp3-form-group{
max-width: 440px;
.bp3-label{
min-width: 145px;
}
.bp3-form-content{
width: 100%;
}
textarea.bp3-input{
max-width: 100%;
width: 100%;
min-height: 50px;
}
}
h4{
@@ -103,6 +129,11 @@
}
}
}
#{$self}__floating-actions {
margin-left: -20px;
margin-right: -20px;
}
}