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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e42fc0d46d7ccbd6f9014413d9e78a63ea59a83
4
- data.tar.gz: d4ca71fef20beda108b83356714f1d2c1896cefd
3
+ metadata.gz: 3aefd71d8e7b42602c7dd84836abc03c9414f5c9
4
+ data.tar.gz: 0129b82c10cf4d2e662be831825ecb325c864b2b
5
5
  SHA512:
6
- metadata.gz: aced5b45e457eca7ff3d371a9d6789561b8387165328875b9c414c5caf3c9ee22d39eed20cbc43b89c49fa11ee8ba1c2e2983257ac638f9a026faf16500dba13
7
- data.tar.gz: 68977d4704033afb1a0e5221ae92f5170665f12574051aac2fb6b323d901782b5c2198dbb8b09cfa33eb1bdf4fe5885b6e23086943591e2734b332edeb2b27fc
6
+ metadata.gz: 2e80217aaff03a19636ec4b8a879147b25d328d70b38895fb11d9d398062acb09849f71dd16f1e115a84cfd83647a7a3e8d487d1cf394b8fdbccfe8c54c65d1d
7
+ data.tar.gz: cccf2abc5d0bc0026ccf14370c806c42a0f73c83618d8c5244c6c6d90a3d1cb61b896b3a94ef0a2e50e749385c02cd0822159dbd3c7a6916aa7273235a04bed5
@@ -5,4 +5,6 @@
5
5
  @import "general";
6
6
  @import "components";
7
7
  @import "components/config";
8
- @import "pages";
8
+ @import "pages";
9
+
10
+ @import "custom_datepicker";
@@ -0,0 +1,10 @@
1
+ .ui-datepicker-title{
2
+ .ui-datepicker-month{
3
+ float: left;
4
+ }
5
+
6
+ .ui-datepicker-year{
7
+ float: left;
8
+ margin-left: 5px!important;
9
+ }
10
+ }
@@ -12,6 +12,8 @@
12
12
  }
13
13
 
14
14
  li input[name='lead[weight]']{
15
+ @include pad(0 0 0 5px);
16
+ height: 40px;
15
17
  float: left;
16
18
  width: 80%;
17
19
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.8".freeze
2
+ VERSION = "1.9.9".freeze
3
3
  end
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.8
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
@@ -1,14 +0,0 @@
1
- .addLeadModal-wrapper{
2
- width: 600px;
3
-
4
- li{
5
- display: inline-block;
6
- width: 290px;
7
- margin: 3px;
8
- }
9
-
10
- select{
11
- width: 100%!important;
12
- padding: 10px 0;
13
- }
14
- }