make the payment section a different colour

This commit is contained in:
Rimian Perkins 2019-09-12 18:34:00 +10:00
parent 83fc234b90
commit 926aee79bb
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@
#stripe-elements {
border: 1px $primary-low-mid solid;
padding: 10px;
background-color: $primary-very-low;
}
#card-element {
@ -82,5 +83,4 @@
.btn-discourse-patrons {
white-space: nowrap;
border: 1px blue solid;
}