@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.
|
|
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.
|
|
48
|
-
"http-server": "^
|
|
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",
|
|
@@ -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>
|