envb-rails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,38 +10,36 @@
10
10
  // .production - Changes banner color to red.
11
11
  //
12
12
  // No styleguide reference.
13
- html {
14
- padding-bottom: 29px;
13
+ html { padding-bottom: 29px !important; }
15
14
 
16
- &:after {
17
- @include colors(<%= Envb::Rails.options[:colors][::Rails.env.to_sym] || '$envb_gray' %>);
15
+ body:after {
16
+ @include colors(<%= Envb::Rails.options[:colors][::Rails.env.to_sym] || '$envb_gray' %>);
18
17
 
19
- border-top: {
20
- style: solid;
21
- width: 1px;
22
- }
23
- bottom: 0;
24
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
25
- color: #fff;
26
- content: '<%= ::Rails.env %>';
27
- font: {
28
- family: 'Helvetica Neue', Helvetica, sans-serif;
29
- size: 16px;
30
- weight: bold;
31
- }
32
- left: 0;
33
- line-height: 28px;
34
- margin: 0;
35
- position: fixed;
36
- text: {
37
- align: center;
38
- shadow: 0 1px 1px #000;
39
- transform: uppercase;
40
- }
41
- width: 100%;
42
- z-index: 100;
43
- -webkit-font-smoothing: antialiased;
18
+ border-top: {
19
+ style: solid;
20
+ width: 1px;
44
21
  }
22
+ bottom: 0;
23
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
24
+ color: #fff;
25
+ content: '<%= ::Rails.env %>';
26
+ font: {
27
+ family: 'Helvetica Neue', Helvetica, sans-serif;
28
+ size: 16px;
29
+ weight: bold;
30
+ }
31
+ left: 0;
32
+ line-height: 28px;
33
+ margin: 0;
34
+ position: fixed;
35
+ text: {
36
+ align: center;
37
+ shadow: 0 1px 1px #000;
38
+ transform: uppercase;
39
+ }
40
+ width: 100%;
41
+ z-index: 100;
42
+ -webkit-font-smoothing: antialiased;
45
43
  }
46
44
 
47
45
  <% end %>
@@ -2,6 +2,6 @@ module Envb
2
2
  module Rails
3
3
  # Public: Current version of the envb-rails gem, tries to adhere to the
4
4
  # Semantic Versioning Specification.
5
- VERSION = '0.0.4'
5
+ VERSION = '0.0.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: envb-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: