Browse Source

fix: web form style

version-14
prssanna 4 years ago
parent
commit
d670542a3e
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);
}

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

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


Loading…
Cancel
Save