mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
55 lines
775 B
SCSS
55 lines
775 B
SCSS
|
|
body.page-estimate-new,
|
|
body.page-estimate-edit{
|
|
|
|
.dashboard__footer{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.dashboard__insider--estimate-form{
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
.page-form--estimate {
|
|
$self: '.page-form';
|
|
|
|
#{$self}__header {
|
|
display: flex;
|
|
|
|
&-fields {
|
|
flex: 1 0 0;
|
|
}
|
|
|
|
.bp4-label {
|
|
min-width: 140px;
|
|
}
|
|
.bp4-form-content {
|
|
width: 100%;
|
|
}
|
|
|
|
.bp4-form-group {
|
|
margin-bottom: 18px;
|
|
|
|
&.bp4-inline {
|
|
max-width: 440px;
|
|
}
|
|
}
|
|
.col--invoice-date {
|
|
max-width: 435px;
|
|
}
|
|
}
|
|
|
|
#{$self}__footer {
|
|
.form-group--customer_note,
|
|
.form-group--terms_conditions {
|
|
max-width: 450px;
|
|
width: 100%;
|
|
|
|
textarea {
|
|
width: 100%;
|
|
min-height: 60px;
|
|
}
|
|
}
|
|
}
|
|
} |