feat(warehouseTransfer): add warehouseTransfer.

This commit is contained in:
elforjani13
2022-01-23 14:07:23 +02:00
committed by a.bouhuolia
parent 7109f301d8
commit de2a71433b
43 changed files with 1786 additions and 7 deletions

View File

@@ -0,0 +1,50 @@
body.page-warehouse-transfer-new,
body.page-warehouse-transfer-edit {
.dashboard__footer {
display: none;
}
}
.dashboard__insider--warehouse-transfer-form {
padding-bottom: 64px;
}
.page-form--warehouse-transfer {
$self: '.page-form';
#{$self}__header {
display: flex;
&-fields {
flex: 1 0 0;
}
.bp3-label {
min-width: 150px;
}
.bp3-form-content {
width: 100%;
}
.bp3-form-group {
&.bp3-inline {
max-width: 450px;
}
}
.col--date {
max-width: 435px;
}
}
#{$self}__footer {
.form-group--reason {
max-width: 450px;
width: 100%;
textarea {
width: 100%;
min-height: 60px;
}
}
}
}