fix: web form style
This commit is contained in:
parent
1937a1e558
commit
72192e4a10
2 changed files with 18 additions and 1 deletions
17
frappe/public/scss/website/web_form.scss
Normal file
17
frappe/public/scss/website/web_form.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@import "../common/form";
|
||||
|
||||
.web-form-wrapper {
|
||||
.form-control {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.form-column {
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -62,7 +62,7 @@ data-web-form="{{ name }}" data-web-form-doctype="{{ doc_type }}" data-login-req
|
|||
{% endif %} {# attachments #}
|
||||
|
||||
{% if allow_comments and not frappe.form_dict.new and not is_list -%}
|
||||
<div class="comments">
|
||||
<div class="comments mt-6">
|
||||
<h3>{{ _("Comments") }}</h3>
|
||||
{% include 'templates/includes/comments/comments.html' %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue