[style] make page-card self contained

This commit is contained in:
Rushabh Mehta 2018-07-10 18:36:58 +05:30
parent a4dd9ec91b
commit aae580a53d
5 changed files with 7 additions and 3 deletions

View file

@ -16,6 +16,7 @@
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}

View file

@ -13,9 +13,6 @@
{{ _("Continue") }}</a></div>
</div>
<style>
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}

View file

@ -13,6 +13,7 @@ header, footer {
html, body {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
<div class='page-card'>

View file

@ -124,4 +124,8 @@
feedback.init();
})
</script>
<style>
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}

View file

@ -202,4 +202,5 @@ frappe.ready(function() {
margin-top: -10px;
}
</style>
{% include "templates/styles/card_style.css" %}
{% endblock %}