commit | 2df16b1f9b8d5fcb3945fd1ae7f242a181d1b73b | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Sat May 04 11:09:19 2019 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Sat May 04 11:09:19 2019 +0530 |
tree | 1781c6d326bf905d5ae6286ea1d958101fa64608 | |
parent | 8ca3df7aacf199824ffb3f6cb0c7d3be3ca19109 [diff] [blame] |
fix(style): demo home page
diff --git a/erpnext/templates/pages/demo.html b/erpnext/templates/pages/demo.html index a4b5e01..178ca28 100644 --- a/erpnext/templates/pages/demo.html +++ b/erpnext/templates/pages/demo.html
@@ -40,6 +40,13 @@ right: 0%; width: 100%; } + {% include "templates/styles/card_style.css" %} + header, footer { + display: none; + } + html, body { + background-color: #f5f7fa; + } </style> {% endblock %}