Files
bigcapital/client/src/style/pages/make-journal-entries.scss
Ahmed Bouhuolia 8e9abb4d7d feat: auto-increment sale invoice, receipt, estimate and payment receive.
feat: style sales and purchases forms.
2020-10-27 21:05:43 +02:00

61 lines
847 B
SCSS

.make-journal-entries {
padding-bottom: 20px;
display: flex;
flex-direction: column;
&__header {
padding: 25px 27px 20px;
background: #fbfbfb;
.bp3-form-group {
.bp3-label {
font-weight: 500;
font-size: 13px;
color: #444;
}
}
}
&__table {
}
.bp3-button {
&.button--clear-lines {
background-color: #fcefef;
}
}
.button--clear-lines,
.button--new-line {
padding-left: 14px;
padding-right: 14px;
}
.dropzone-container {
margin-left: auto;
}
.dropzone {
width: 300px;
height: 75px;
margin-right: 20px;
}
}
.dialog--journal-number-settings{
.paragraph {
margin-bottom: 20px;
}
.bp3-form-group{
margin-bottom: 10px;
}
.bp3-dialog-footer-actions{
.bp3-button{
min-width: 75px;
}
}
}