This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
payments
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[style] make page-card self contained
pull/2/head
Rushabh Mehta
7 years ago
parent
79887b3374
commit
2ace04e472
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
payments/templates/pages/payment-failed.html
+0
-3
payments/templates/pages/payment-success.html
+ 1
- 0
payments/templates/pages/payment-failed.html
View File
@@ -16,6 +16,7 @@
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}
+ 0
- 3
payments/templates/pages/payment-success.html
View File
@@ -13,9 +13,6 @@
{{ _("Continue") }}</a></div>
</div>
<style>
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}
Write
Preview
Loading…
Cancel
Save