waterfall_bourbon_neat_rails 0.0.5.9 → 0.0.6.0

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: 4bb4df1c615cf12eaf15b394cb931ec056d2d219
4
- data.tar.gz: d6469a82555449ab5308930126171a163747df20
3
+ metadata.gz: fd242db8b3f0c83dd76d5d6d049a6a1e213c0e9d
4
+ data.tar.gz: 269cec015d2db0b698443285fae6ac44abc8b07a
5
5
  SHA512:
6
- metadata.gz: 74feb14799d181f640df0b489ae71bbce2471d3694c2e61c25c59c108158702d26e495113033826e95f33a435c390c01957631ca00e8743bda42541386667f38
7
- data.tar.gz: 3bab3b4145e67ac4a5eb9583d8977c41ad927071ba6934cbcc26d0a6195039316ba3d0c22b39b03c3a376401262b42ec46bbeb9746295b9ebbfc74a8196f0932
6
+ metadata.gz: 0a4da5bd32651e89a812dbb53e80a5978bdb687851cd3a05a0b459e1dfb3903737c9019cf77d29a6d55926426f043d20e15101bdcf210b703bc30e51c54ca663
7
+ data.tar.gz: a87d64cadc40951c90953bd8cc1c3289faa6d8728586c005842db9cdd547833b462ec2b95de6f3a84a48a50c28768fc01fc47e1643bb6dbd6c7fbf10458a5d45
@@ -41,13 +41,20 @@ body#main {
41
41
  background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
42
42
  color: #FFF;
43
43
  position: relative;
44
+ text-align: center;
45
+
46
+ .logo {
47
+ background: image-url('waterfall-software-logo.png') no-repeat;
48
+ max-width: 30%;
49
+ width: 30%;
50
+ height: auto;
51
+ }
44
52
 
45
53
  #login {
46
54
  position: fixed;
47
55
  bottom: 0px;
48
56
  width: 100%;
49
- background: url('../img/home-tile-bg.gif') repeat scroll left top #0057A7;
50
- z-index: 100;
57
+ background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
51
58
  height: 35%;
52
59
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
53
60
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.5.9".freeze
2
+ VERSION = "0.0.6.0".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.9
4
+ version: 0.0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.