Files
bigcapital/packages/webapp/src/style/pages/SaleReceipt/PageForm.scss
2023-10-04 12:17:27 +02:00

51 lines
701 B
SCSS

body.page-receipt-new,
body.page-receipt-edit{
.dashboard__footer{
display: none;
}
}
.dashboard__insider--receipt-form{
padding-bottom: 64px;
}
.page-form--receipt{
$self: '.page-form';
#{$self}__header{
display: flex;
&-fields{
flex: 1 0 0;
}
.bp4-label{
min-width: 150px;
}
.bp4-form-content{
width: 100%;
}
.bp4-form-group{
margin-bottom: 18px;
&.bp4-inline{
max-width: 450px;
}
}
}
#{$self}__footer{
.form-group--receipt_message,
.form-group--statement{
max-width: 450px;
width: 100%;
textarea{
width: 100%;
min-height: 50px;
}
}
}
}