瀏覽代碼

[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 %}

Loading…
取消
儲存