浏览代码

[test] [style]

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

+ 1
- 0
payments/templates/pages/gcalendar-success.html 查看文件

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

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

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

{% endblock %}

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

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

正在加载...
取消
保存