waterfall_bourbon_neat_rails 1.9.8 → 1.9.9
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
- data/app/assets/stylesheets/custom/_config.scss +3 -1
- data/app/assets/stylesheets/custom/_custom_datepicker.scss +10 -0
- data/app/assets/stylesheets/custom/components/_modal_addLead.scss +2 -0
- data/lib/waterfall_bourbon_neat_rails/version.rb +1 -1
- metadata +2 -2
- data/app/assets/stylesheets/custom/components/related/_modal_addLead.scss +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3aefd71d8e7b42602c7dd84836abc03c9414f5c9
|
4
|
+
data.tar.gz: 0129b82c10cf4d2e662be831825ecb325c864b2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e80217aaff03a19636ec4b8a879147b25d328d70b38895fb11d9d398062acb09849f71dd16f1e115a84cfd83647a7a3e8d487d1cf394b8fdbccfe8c54c65d1d
|
7
|
+
data.tar.gz: cccf2abc5d0bc0026ccf14370c806c42a0f73c83618d8c5244c6c6d90a3d1cb61b896b3a94ef0a2e50e749385c02cd0822159dbd3c7a6916aa7273235a04bed5
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
@@ -269,6 +269,7 @@ files:
|
|
269
269
|
- app/assets/stylesheets/base/mixins/_flash.scss
|
270
270
|
- app/assets/stylesheets/custom/_components.scss
|
271
271
|
- app/assets/stylesheets/custom/_config.scss
|
272
|
+
- app/assets/stylesheets/custom/_custom_datepicker.scss
|
272
273
|
- app/assets/stylesheets/custom/_functions.scss
|
273
274
|
- app/assets/stylesheets/custom/_general.scss
|
274
275
|
- app/assets/stylesheets/custom/_mixins.scss
|
@@ -298,7 +299,6 @@ files:
|
|
298
299
|
- app/assets/stylesheets/custom/components/related/_flash.scss
|
299
300
|
- app/assets/stylesheets/custom/components/related/_landing_page.scss
|
300
301
|
- app/assets/stylesheets/custom/components/related/_main_page.scss
|
301
|
-
- app/assets/stylesheets/custom/components/related/_modal_addLead.scss
|
302
302
|
- app/assets/stylesheets/custom/components/related/_profileMenu.scss
|
303
303
|
- app/assets/stylesheets/custom/rules.txt
|
304
304
|
- app/assets/stylesheets/neat/_breakpoints.scss
|