浏览代码

[style] make page-card self contained

pull/2/head
Rushabh Mehta 7 年前
父节点
当前提交
2ace04e472
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -0
      payments/templates/pages/payment-failed.html
  2. +0
    -3
      payments/templates/pages/payment-success.html

+ 1
- 0
payments/templates/pages/payment-failed.html 查看文件

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


{% endblock %} {% endblock %}

+ 0
- 3
payments/templates/pages/payment-success.html 查看文件

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

正在加载...
取消
保存