소스 검색

[style] make page-card self contained

pull/2/head
Rushabh Mehta 7 년 전
부모
커밋
2ace04e472
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -0
      payments/templates/pages/payment-failed.html
  2. +0
    -3
      payments/templates/pages/payment-success.html

+ 1
- 0
payments/templates/pages/payment-failed.html 파일 보기

@@ -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 파일 보기

@@ -13,9 +13,6 @@
{{ _("Continue") }}</a></div>
</div>
<style>
.hero-and-content {
background-color: #f5f7fa;
}
{% include "templates/styles/card_style.css" %}
</style>
{% endblock %}

불러오는 중...
취소
저장