@moreonion/foundist 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moreonion/foundist",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Foundation based default theme for Impact Stack landing pages.",
5
5
  "author": "More Onion <kontakt@more-onion.at>",
6
6
  "license": "MIT",
@@ -44,8 +44,8 @@
44
44
  "@linthtml/linthtml": "^0.8.0"
45
45
  },
46
46
  "dependencies": {
47
- "@moreonion/foundation-base": "2.1.1",
48
- "http-server": "^13.0.0",
47
+ "@moreonion/foundation-base": "2.1.2",
48
+ "http-server": "^14.0.0",
49
49
  "posthtml": "^0.16.5",
50
50
  "posthtml-expressions": "^1.9.0",
51
51
  "posthtml-extend": "0.6.0",
@@ -6,5 +6,7 @@
6
6
  <include src="form-items/paymethod-selector.html"></include>
7
7
 
8
8
  <include src="form-items/submit-button.html" locals='{"value": "Donate now"}'></include>
9
+
10
+ <include src="form-items/payment-icons.html"></include>
9
11
  </form>
10
12
  </div>
@@ -1,5 +1,5 @@
1
1
  <div class="form-item">
2
- <div class="payment-icons">
2
+ <div class="payment-icons muted">
3
3
  <span class="secure-payment-icon"><span class="show-for-sr">Your payment is secure</span></span>
4
4
  <span class="apple-pay-icon"><span class="show-for-sr">Apple Pay</span></span>
5
5
  <span class="credit-card-icon"><span class="show-for-sr">Credit Card</span></span>
@@ -176,3 +176,6 @@ $form-steps-previous-background-color: color.scale(
176
176
 
177
177
  // AJAX loading throbber
178
178
  $loader-color: get-color(primary) !default;
179
+
180
+ // Payment icons
181
+ $payment-icon-color: $form-label-color !default;
@@ -88,6 +88,7 @@
88
88
  @include mo-progress-thermometer;
89
89
  @include mo-share-button;
90
90
  @include mo-drupal-ajax-loading;
91
+ @include mo-payment-icons;
91
92
  @include mo-cookiebar;
92
93
 
93
94
  @import "form/forms";