[style] make page-card self contained
This commit is contained in:
parent
a4dd9ec91b
commit
aae580a53d
5 changed files with 7 additions and 3 deletions
|
|
@ -16,6 +16,7 @@
|
|||
.hero-and-content {
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
{% include "templates/styles/card_style.css" %}
|
||||
</style>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@
|
|||
{{ _("Continue") }}</a></div>
|
||||
</div>
|
||||
<style>
|
||||
.hero-and-content {
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
{% include "templates/styles/card_style.css" %}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ header, footer {
|
|||
html, body {
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
{% include "templates/styles/card_style.css" %}
|
||||
</style>
|
||||
|
||||
<div class='page-card'>
|
||||
|
|
|
|||
|
|
@ -124,4 +124,8 @@
|
|||
feedback.init();
|
||||
})
|
||||
</script>
|
||||
<style>
|
||||
{% include "templates/styles/card_style.css" %}
|
||||
</style>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -202,4 +202,5 @@ frappe.ready(function() {
|
|||
margin-top: -10px;
|
||||
}
|
||||
</style>
|
||||
{% include "templates/styles/card_style.css" %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue