This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: web form style
version-14
prssanna
4 years ago
parent
66720e0069
commit
d670542a3e
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save