waterfall_bourbon_neat_rails 1.4.3 → 1.4.4

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
  SHA1:
3
- metadata.gz: 9f7032f38967af07fc03e639b51ef7d19352669e
4
- data.tar.gz: 50820be9d5ac7d8f42f9dfbbf1ac3647eae856ac
3
+ metadata.gz: 27023e9770826adaebf66cb274b4dc40f42cd79e
4
+ data.tar.gz: 4d276a5b1c8614dc44c070600b89e8e76652fb46
5
5
  SHA512:
6
- metadata.gz: 5019a3ba8ccf614480b22cb51d7ca05aafd46026041409351a4964c2b04de0b0d190500386f5489db828d252c2e36b90714ca7122ad8e5d6ecd306feb4f94b15
7
- data.tar.gz: 371b09110e4993d7f3556951b1eb7285b7aae121093e5fcea456758ceb9d81d042083b3d81ebbf7e4ff7408490fbf976b8de110632fcaaaf84f2213deea80967
6
+ metadata.gz: 1d4c5bb70938be961fcb45169cd63b171953c7db2f90e753cf73c9cef83918cb826146033bc5ca33d7afa76015f5720d70f5d05f2d2fd4d00001a43bb9edba90
7
+ data.tar.gz: ef51c3aeddb082bf635e7ffd24f327fbd171807419dba85d47bb123d02a427cf655ba36da8da845461fa44848663258e94f207265945eb9b3439191a708cdc6c
@@ -10,5 +10,6 @@
10
10
  @import "captcha";
11
11
  @import "modals";
12
12
  @import "modal_leadDetails";
13
- @import "modal_noteform"
13
+ @import "modal_noteform";
14
+ @import "modal_new";
14
15
 
@@ -0,0 +1,15 @@
1
+ .modal-new{
2
+ width: 500px;
3
+ li{
4
+ width: 45%;
5
+ float: left;
6
+ margin-left: 15px;
7
+ margin-top: 15px;
8
+ }
9
+ }
10
+ .modal-new-submit{
11
+ position: absolute;
12
+ bottom: -425px;
13
+ @include button;
14
+ @include button-positive;
15
+ }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.4.3".freeze
2
+ VERSION = "1.4.4".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.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -276,6 +276,7 @@ files:
276
276
  - app/assets/stylesheets/custom/components/_captcha.scss
277
277
  - app/assets/stylesheets/custom/components/_config.scss
278
278
  - app/assets/stylesheets/custom/components/_modal_leadDetails.scss
279
+ - app/assets/stylesheets/custom/components/_modal_new.scss
279
280
  - app/assets/stylesheets/custom/components/_modal_noteform.scss
280
281
  - app/assets/stylesheets/custom/components/_modals.scss
281
282
  - app/assets/stylesheets/custom/components/_profileMenu.scss