ソースを参照

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

読み込み中…
キャンセル
保存