Browse Source

[test] [style]

pull/2/head
Rushabh Mehta 7 years ago
parent
commit
79887b3374
3 changed files with 3 additions and 0 deletions
  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 View File

@@ -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 View File

@@ -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 View File

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

Loading…
Cancel
Save