waterfall_bourbon_neat_rails 0.0.9.8 → 0.0.9.9

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: b4cb1a6c1156dbe39fda936d20b1d4a1df8654d8
4
- data.tar.gz: 9d558237cc313a91565c0b2c627a604bd328afe4
3
+ metadata.gz: 8828ffc707b8260f7f0190b8f241a90ff90488f0
4
+ data.tar.gz: c0f2169aab5e73948458ba10a89960e57f7e70e1
5
5
  SHA512:
6
- metadata.gz: b6b877b6c9b3ac794aba3d221eedc3a58e02c3c3640fcdb63750fb3a25bbcbf54118e2811a0226f4bdb52ba6344b7e22c17700e668653b76d6836497cb8bdd8e
7
- data.tar.gz: e4a607883acfb4bd7233d779ecdb045c5a6c15621270e0728c1fb2ea41332a6241cebebce54cb233a009f1fe86bef94085aecb3ff584a91078045079e5fec9ce
6
+ metadata.gz: 5b46fab374815ddf32be29da8ac4a6771c04127399b9906fc078bd60516db4da4455a9783cd0a5ead41c4cffd0b48e2c1c63245167219e5e438f7fd3dabcd8fd
7
+ data.tar.gz: 7fa9bb98a9e7fe68a0738deafff8dd3da8a39820a2572325616542583fc0a0e1fe4bcd5273234db459f1273d449b925623a822707a11292febb55737d2adba70
@@ -0,0 +1,15 @@
1
+ .flash-alert {
2
+ @include flash($alert-color);
3
+ }
4
+
5
+ .flash-error {
6
+ @include flash($error-color);
7
+ }
8
+
9
+ .flash-notice {
10
+ @include flash($notice-color);
11
+ }
12
+
13
+ .flash-success {
14
+ @include flash($success-color);
15
+ }
@@ -4,6 +4,7 @@
4
4
  @import "neat";
5
5
  @import "partials/variables";
6
6
  @import "partials/layout";
7
+ @import "partials/flash";
7
8
  @import "partials/nav";
8
9
  @import "partials/footer";
9
10
  // @import "jquery.autocomplete";
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.9.8".freeze
2
+ VERSION = "0.0.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: 0.0.9.8
4
+ version: 0.0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -202,6 +202,7 @@ files:
202
202
  - app/assets/stylesheets/normalize/component.json
203
203
  - app/assets/stylesheets/normalize/normalize.css
204
204
  - app/assets/stylesheets/normalize/package.json
205
+ - app/assets/stylesheets/partials/_flash.scss
205
206
  - app/assets/stylesheets/partials/_footer.scss
206
207
  - app/assets/stylesheets/partials/_layout.scss
207
208
  - app/assets/stylesheets/partials/_nav.scss