waterfall_bourbon_neat_rails 1.1.0 → 1.1.1

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: 7a145aa9afbc4debae036698594d98883f06f419
4
- data.tar.gz: fbc33bb8933e2bcdd2e17ab4b97c055bb9922527
3
+ metadata.gz: 9703493250511d11623cd76544c818541c767a23
4
+ data.tar.gz: 94303becf4df330f47ae654226bcd3e3a02e9c93
5
5
  SHA512:
6
- metadata.gz: ced462d9ff01f6b225bae310270524c5ba257af02ab149e4130a79ada86d9d4730ea52ca0bbe0a1e1b711b435936f3026d08e03b823f94e0daa3b0f648e77967
7
- data.tar.gz: 45f3a7833c1772c5747ee2f92f0223ec7c3b5ba6aba5fa4f22152f254fa5abf07705375a3c3ff6754faa82d38014f8486456ddc12d7b15b1593c9e6487682eb3
6
+ metadata.gz: 24f13fe1296deedea18deb5b3bcb699307cb515db41cf2ab2f0cf24c5c03617a327bacd68a258ddceaa22303531503d76de9ff604373e404dfac270f646ffaa1
7
+ data.tar.gz: 83c5b28ec4396e0b59efa6f80988c0177ac67c896b458a43f46bccc459b6b1aaa5c21fe21658d4386dc0f5ed518b7d41c5d48abbddcfeb3a4eb3849ae8c1b1d5
@@ -33,7 +33,7 @@ body{
33
33
  .button.button-negative{
34
34
  @include button-negative(#444);
35
35
  }
36
-
36
+
37
37
  z-index: 2;
38
38
  @include clearfix;
39
39
  .container{
@@ -46,6 +46,9 @@ body{
46
46
  }
47
47
  .footer{
48
48
  z-index: 1;
49
+ height: 50px;
50
+ width: 100%;
51
+ bottom: 0;
49
52
  footer{
50
53
  width: 100%;
51
54
  height: 50px;
@@ -272,7 +275,6 @@ body#main{
272
275
  }
273
276
  }
274
277
  }
275
- .footer{}
276
278
  }
277
279
 
278
280
  /*landing page css*/
@@ -378,9 +380,6 @@ body#landing-page{
378
380
  }
379
381
  }
380
382
  .footer{
381
- position: fixed;
382
- width:100%;
383
- bottom:0;
384
383
  footer{
385
384
  background-color: $medium_blue;
386
385
  }
@@ -1,8 +0,0 @@
1
- footer#main-footer {
2
- position: absolute;
3
- bottom: 0px;
4
- width: 100%;
5
- background-color: #252525;
6
- color: #FFF;
7
- padding: 10px;
8
- }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.1.0".freeze
2
+ VERSION = "1.1.1".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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.