Browse Source
Merge pull request #12819 from prssanna/webform-style
fix: web form style
version-14
Prssanna Desai
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
frappe/public/scss/website/web_form.scss
|
@@ -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; |
|
|
} |
|
|
} |
|
|