waterfall_bourbon_neat_rails 0.0.5.7 → 0.0.5.8

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: aa5edf451b4bf987596b0d99922c38c0f4191e9c
4
- data.tar.gz: 2950c6ec73f32638c7022e619132f6201ff5d20c
3
+ metadata.gz: 514cd9ed2290bed7282641e0ba574f2efbe18f4e
4
+ data.tar.gz: 048daaafc4906f3b5129fb2380fa0cabf2f7e767
5
5
  SHA512:
6
- metadata.gz: c3242232e9203814c7cf479bdc74482dddef9bc469dad85d927dadbb7dac9d52d372fb3d529be339697383dcad27ad212e015fade9bd2f807b965de9fed93a22
7
- data.tar.gz: 17d3fc4e14f53681fb2aa6a40967eec2ada1d14256b24ef029fad4ab05836b6623acf47e5b82e6289de59801acc4349cd4de3f12667d198972e83ca3c605e65c
6
+ metadata.gz: 5d432a315eca227f81a9cb624238831f5d95fea0ae08a7f595bbb36db1a051a77d5a85676cb86b167e52d393cfe1f8f13ac11e8b2d67d99d221839a00b7701a4
7
+ data.tar.gz: 7aa95740acffd36da62f14ba81a9c954c5537fe9ee5878f62243c6f68ae535ec53eea13796ee9e7851cbff4c020b94fdd39815b69aa36928d640dd26ec08512d
@@ -35,4 +35,22 @@ ul, ol {
35
35
  .main-content {
36
36
  @include span-columns(8);
37
37
  @include omega();
38
- }
38
+ }
39
+
40
+ body#main {
41
+ background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
42
+ color: #FFF;
43
+ position: relative;
44
+
45
+ #login {
46
+ position: fixed;
47
+ bottom: 0px;
48
+ width: 100%;
49
+ background: url('../img/home-tile-bg.gif') repeat scroll left top #0057A7;
50
+ z-index: 100;
51
+ height: 35%;
52
+ box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
53
+ }
54
+
55
+ }
56
+
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.5.7".freeze
2
+ VERSION = "0.0.5.8".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.5.7
4
+ version: 0.0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -160,6 +160,9 @@ extra_rdoc_files: []
160
160
  files:
161
161
  - MIT-LICENSE
162
162
  - README.md
163
+ - app/assets/images/waterfall_bourbon_neat_rails/home-bg.jpg
164
+ - app/assets/images/waterfall_bourbon_neat_rails/home-tile-bg.gif
165
+ - app/assets/images/waterfall_bourbon_neat_rails/waterfall-software-logo.png
163
166
  - app/assets/javascripts/waterfall_bourbon_neat_rails.js
164
167
  - app/assets/javascripts/waterfall_bourbon_neat_rails/application.js
165
168
  - app/assets/stylesheets/base/_base.scss