magic_stylez 0.0.0.43 → 0.0.0.44

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: 7510c7037a304bb78c5c7f248d8ddf77ad6805e4
4
- data.tar.gz: ab58ea63d61b1d5f32169bdd81582ee610f5f833
3
+ metadata.gz: 76e55644201959c252c9d1f98c5de32eba4ecdd3
4
+ data.tar.gz: 3343846bf08c293b7d8d5db4edeaa40536db49c3
5
5
  SHA512:
6
- metadata.gz: a5d7d567188e7ae8f0b8fcee42d8e4ae8149ae84a30b0454a86661d6d3614005736b630e30ee171c97309acc72a38a455417dbd85b9f212d4ea88fad199b1ddf
7
- data.tar.gz: dbcbd8e4706eadedd00efc0e6a714472de8e24870af0bf472bbb5ec574b38da0866ddeb66d13ff0f4def1982c60f7cc686c1c05fbe8048e2a882971b2a492d39
6
+ metadata.gz: 3e0381f19247640fc444dff710b6a61f21b8262808efbade41c51cab16a6814a0eee9bc682d1cdadfe8620f14bd16aa51c280ece9e07d85151972de9dba6e8fa
7
+ data.tar.gz: 89659086531e7c48c1791fb0134d969807a59e4bfee783e9b13bb6092d9e372fd0a0ca06209952c6a93a82261bb376648859d377782739a85e3121e8601e060a
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.43"
2
+ VERSION = "0.0.0.44"
3
3
  end
@@ -288,6 +288,8 @@ $navbar-height: 50px !default;
288
288
  $navbar-height-lg: 60px !default;
289
289
  $navbar-height-xl: 80px !default;
290
290
 
291
+ $subnav-height: 50px !default;
292
+
291
293
  $navbar-margin-bottom: $line-height-computed !default;
292
294
  $navbar-border-radius: $border-radius-base !default;
293
295
  $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
@@ -7,6 +7,8 @@
7
7
  // $navbar-height-lg: 60px !default;
8
8
  // $navbar-height-xl: 80px !default;
9
9
  //
10
+ // $subnav-height: 50px !default;
11
+ //
10
12
  // $navbar-margin-bottom: $line-height-computed !default;
11
13
  // $navbar-border-radius: $border-radius-base !default;
12
14
  // $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
@@ -132,4 +134,16 @@ body, #body, #container, .main-content, .main_content {
132
134
  }
133
135
  }
134
136
  }
137
+ }
138
+
139
+
140
+ @include responsiveStep-md {
141
+
142
+ body, #body, #container, .main-content, .main_content {
143
+ &.fixed-sub-nav.fixed-nav-xs { padding-top: $subnav-height + $navbar-height-xs; }
144
+ &.fixed-sub-nav.fixed-nav-sm { padding-top: $subnav-height + $navbar-height-sm; }
145
+ &.fixed-sub-nav.fixed-nav { padding-top: $subnav-height + $navbar-height; }
146
+ &.fixed-sub-nav.fixed-nav-lg { padding-top: $subnav-height + $navbar-height-lg; }
147
+ &.fixed-sub-nav.fixed-nav-xl { padding-top: $subnav-height + $navbar-height-xl; }
148
+ }
135
149
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.43
4
+ version: 0.0.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-03 00:00:00.000000000 Z
11
+ date: 2014-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails