bridgetown_theme_single_page_opt_in 0.1.65 → 0.1.67
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da4f9fbcaf9a984536227199a2da0a7d0beee7d7091d2e0127d8f85810b05f6e
|
4
|
+
data.tar.gz: 68aeafd017eb70a9118523b9cc8f8da65cccd875771b98460e636b41fff68d6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be2ed9a0610c358ce7f96f74738146f432890a6d993561d9ad43d60f863f2c3852ce9d765ffbab724787f4b9afb498f6a5c26681c79cff8a7140035a63f421c4
|
7
|
+
data.tar.gz: 234686f8f904c26ee0d9b38a44f8df398c98bf568168947a4c565c8e09ca31c227115345cd3300a6b0370400eb21838c5131ed2e15891719d686479ec2318dfe
|
data/components/bridgetown_theme_single_page_opt_in/{1_top_banner.erb → 1_top_banner.liquid}
RENAMED
@@ -1,3 +1,7 @@
|
|
1
|
+
---
|
2
|
+
template_engine: erb
|
3
|
+
---
|
4
|
+
|
1
5
|
<div class="container fullContainer noTopMargin padding20-top padding20-bottom padding40H noBorder borderSolid border3px radius0 bgNoRepeat " style="padding-top: 0px; padding-bottom: 0px; outline: none; background-color: var(--dark-red);">
|
2
6
|
<div class="containerInner ui-sortable">
|
3
7
|
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-top: 5px; padding-bottom: 5px; margin: 0px; outline: none;">
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridgetown_theme_single_page_opt_in
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.67
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- graial
|
@@ -86,7 +86,7 @@ files:
|
|
86
86
|
- README.md
|
87
87
|
- bridgetown.automation.rb
|
88
88
|
- bridgetown_theme_single_page_opt_in.gemspec
|
89
|
-
- components/bridgetown_theme_single_page_opt_in/1_top_banner.
|
89
|
+
- components/bridgetown_theme_single_page_opt_in/1_top_banner.liquid
|
90
90
|
- components/bridgetown_theme_single_page_opt_in/2_offer_hook.liquid
|
91
91
|
- components/bridgetown_theme_single_page_opt_in/3_anchor_banner.liquid
|
92
92
|
- components/bridgetown_theme_single_page_opt_in/3_anchor_banner_text.liquid
|