mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
51 lines
739 B
SCSS
51 lines
739 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|