Browse Source

Merge pull request #12819 from prssanna/webform-style

fix: web form style
version-14
Prssanna Desai 4 years ago
committed by GitHub
parent
commit
97c33b1f0d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      frappe/public/scss/website/web_form.scss

+ 9
- 0
frappe/public/scss/website/web_form.scss View File

@@ -5,7 +5,16 @@
color: var(--text-color); color: var(--text-color);
} }


.form-section {
.section-head {
font-weight: bold;
font-size: var(--text-xl);
padding: var(--padding-md) 0;
}
}

.form-column { .form-column {
padding: 0 var(--padding-md);
&:first-child { &:first-child {
padding-left: 0; padding-left: 0;
} }


Loading…
Cancel
Save