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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +1 -2
  3. data/assets/css/content.scss +0 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e73cab3c4166b47b6baaf3d844b929fcc0fa9352002216c03291c464d1e8587b
4
- data.tar.gz: 77282c31cd8bd018eedcdbe6793d082f199dca07f888fff42ff78aea4753d048
3
+ metadata.gz: 69bf8f54338575a617fa737220b4672d846a122af0fe873f2b9c253a6c6ca045
4
+ data.tar.gz: 155f1f3cdfe3258f336d4423a8c30eabd5292c1306b1a275d59a1356b8e51f1e
5
5
  SHA512:
6
- metadata.gz: 20a223ce264304cd76d90b46100190b276e1a6f70528f965fead7644e9c957a9c2c4379227a98290db882e3d3c999bf27849cdd34f4fc7638743077d8358d599
7
- data.tar.gz: 69b2c3c51e2d435289786325a8a2f7e8d7bf7403b4ad5e646f4e3d0f03fc4951b0ab63658677e77d65d4d6c2881b055f666855cd6ada5831c6b3bb9e17d09ab2
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.0
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
@@ -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'