fix: form section style fixes

This commit is contained in:
prssanna 2020-08-19 16:56:50 +05:30
parent 8effc96314
commit 0028b2b0e7
2 changed files with 14 additions and 8 deletions

View file

@ -163,9 +163,9 @@ textarea.form-control {
}
}
.input-area {
position: relative;
}
// .input-area {
// position: relative;
// }
.input-xs {
height: 26px;
@ -184,10 +184,6 @@ textarea.form-control {
z-index: inherit;
}
.form-group {
margin-bottom: 7px;
}
.print-preview {
padding: 0px;
max-width: 8.3in;

View file

@ -37,6 +37,16 @@
.section-head.collapsed {
margin-bottom: 0px;
}
.frappe-control:last-child {
.form-group {
margin-bottom: 0;
}
}
}
.empty-section {
display: none !important;
}
.modal {
@ -107,7 +117,7 @@
margin-bottom: var(--margin-xs);
}
.ql-editor {
background-color: var(--gray-200);
background-color: var(--control-bg);
}
}