landing-page-gem 0.3.0 → 0.3.1
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.
- checksums.yaml +4 -4
- metadata +1 -2
- data/assets/css/content.scss +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69bf8f54338575a617fa737220b4672d846a122af0fe873f2b9c253a6c6ca045
|
4
|
+
data.tar.gz: 155f1f3cdfe3258f336d4423a8c30eabd5292c1306b1a275d59a1356b8e51f1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52830c9da365e9392282c4d7297528a02e3f8a462a1e46d0c98b1e5902bf69385beffc8c32cbdc49fa1d14e9cc5ee82f490a11505e47933f239ac46dae599d9d
|
7
|
+
data.tar.gz: 45bbc9c38b407fe9e28ac96030317200a13f0966a181e193d4c0c955341ac5f116b5c18ece9a1297f74ca19937d4ec27a6163e2d77853c81558f2ec742ab4f58
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: landing-page-gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
@@ -70,7 +70,6 @@ files:
|
|
70
70
|
- _includes/targetx-form.html
|
71
71
|
- _includes/targetx-head.html
|
72
72
|
- _layouts/landing.html
|
73
|
-
- assets/css/content.scss
|
74
73
|
- assets/img/DSC_8724_4x3.jpg
|
75
74
|
- assets/img/banner-bg.jpg
|
76
75
|
- assets/img/culture.svg
|
data/assets/css/content.scss
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
|
-
/*
|
4
|
-
// Custom styling for use in the CloudCannon editing interfaces.
|
5
|
-
// Selectors must consist of 1-element & 1-class.
|
6
|
-
// Must be a CSS file with fully expanded CSS--no minification.
|
7
|
-
//
|
8
|
-
// Example:
|
9
|
-
// p.text-center {
|
10
|
-
// text-align: center;
|
11
|
-
// }
|
12
|
-
// */
|
13
|
-
@import '0-tools/vars';
|
14
|
-
@import '0-tools/content'
|