waterfall_bourbon_neat_rails 2.0.1.3 → 2.0.1.4

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: 473a404a98889d902416812488bcc31802419aea
4
- data.tar.gz: 0c121fa4f4b760fca8b8bf4a72a0ffee8f9ab0f7
3
+ metadata.gz: d331f5b0575ae69adc5bd7c29b3522bace2c79a9
4
+ data.tar.gz: 18a4bf3c35178e189fb7e1f20974f24239369700
5
5
  SHA512:
6
- metadata.gz: 5cddd13d87217f9c179e5a974f5889539efeb508d274a6d8b40e730a233ca06e8f5b3ed9d53753c39fcd99c368fabda245caced93f2ca23d147dd50a3b16f685
7
- data.tar.gz: 389f4c170e279ef55b15780e19ca1bcc89d0ab609436cfaa0a361f2dcfde9012d25e14476e989cb8191526c5df7c540cab7cb9e99768f39e164b5a2fe95e57f0
6
+ metadata.gz: dd84a5d98ff10fef9f2daea0cac025608a99da4b3c3dadc3eb5cc1578c459278b7069a25afa4264fd450319017642e025e855ee0c8c0718921999e7fae3aee68
7
+ data.tar.gz: 4f654b52607099b1dacf188164f69cebef26ab956297fd7e8499c262f65894d6789a6f99934cd9d3bc8b5e8c537f2bcdb02df1b37f3da1ca57451873af1d2091
@@ -16,3 +16,4 @@
16
16
  @import "modal_filters";
17
17
  @import "modal_user";
18
18
  @import "modal_bhours";
19
+ @import "lms";
@@ -0,0 +1,18 @@
1
+ .lms-wrapper{
2
+ @include span-columns(8 of 16);
3
+ @include shift(4);
4
+ @include pad(20px 0 0);
5
+
6
+ min-height: 400px;
7
+ background: #eee;
8
+
9
+
10
+ a{
11
+ @include span-columns(3 of 8);
12
+ @include shift(1);
13
+
14
+ font-size: 16px;
15
+ font-weight: bold;
16
+ text-decoration: underline;
17
+ }
18
+ }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "2.0.1.3".freeze
2
+ VERSION = "2.0.1.4".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1.3
4
+ version: 2.0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-19 00:00:00.000000000 Z
11
+ date: 2014-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -295,6 +295,7 @@ files:
295
295
  - app/assets/stylesheets/custom/components/_ajax_spinner.scss
296
296
  - app/assets/stylesheets/custom/components/_captcha.scss
297
297
  - app/assets/stylesheets/custom/components/_config.scss
298
+ - app/assets/stylesheets/custom/components/_lms.scss
298
299
  - app/assets/stylesheets/custom/components/_modal_bhours.scss
299
300
  - app/assets/stylesheets/custom/components/_modal_filters.scss
300
301
  - app/assets/stylesheets/custom/components/_modal_lead.scss