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

51 lines
755 B
SCSS

body.page-credit-note-new,
body.page-credit-note-edit {
.dashboard__footer {
display: none;
}
}
.dashboard__insider--credit-note-form {
padding-bottom: 64px;
}
.page-form--credit-note {
$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 {
&.bp4-inline {
max-width: 450px;
}
}
.col--credit-note-date {
max-width: 435px;
}
}
#{$self}__footer {
.form-group--note,
.form-group--terms_conditions {
max-width: 450px;
width: 100%;
textarea {
width: 100%;
min-height: 60px;
}
}
}
}