mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
51 lines
701 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |