mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
added responsive layout with groups
This commit is contained in:
@@ -4,6 +4,8 @@ body {
|
||||
{% elif doc.background_color %}
|
||||
background-color: #{{ doc.background_color }};
|
||||
background-image: none;
|
||||
{% else %}
|
||||
background-color: #edede7;
|
||||
{% endif %}
|
||||
{% if doc.font %}
|
||||
font-family: '{{ doc.font }}', Verdana, Sans !important;
|
||||
|
||||
Reference in New Issue
Block a user