magic_stylez 0.0.0.58 → 0.0.0.59

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: f0e18d0063fa60be303d7b9c960b5e3023892d24
4
- data.tar.gz: 2ac24a86d6fffc25b28dabf29e4594ca1169f378
3
+ metadata.gz: e05b439709590b1f0422996ec2f6edc81fbcb09f
4
+ data.tar.gz: f0853905e22085f5dfdc83bde08a50971c91b9a7
5
5
  SHA512:
6
- metadata.gz: 219a236baedc840f6f0a01d40f36cba2df46e11b7d985c3559607f05efdadbaf2033dfc19adda439fbfd13e80b89cc08eb5210b8b7d6447913a8a8b9cc8d352a
7
- data.tar.gz: a6a9fe0ebb7330cc1f6371edb900851955fa9356e0357b8692cff518b3d165fb0900573015490f1f17c9eee4f0832a8b8b878e72d2a97ca375fc369951f23d67
6
+ metadata.gz: 6aabd671b44d8dbe5e916e0c1d25be9e6f22094d0b3d8e0c38e777db785e12a9dae7043d42b68cc04f90e4c789b65b82cfdabd869286179b6d296890b9833ff3
7
+ data.tar.gz: 20c9f9e7af3ddde6d2c0c4e5447fab5094939b4adac689f86fe1c2e735286bcdddd3e69503d44c8d69bdfbb1d1205a849b74b42e6a030254bdb26582b3738f34
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.58"
2
+ VERSION = "0.0.0.59"
3
3
  end
@@ -76,6 +76,13 @@ body, #body, #container, .main-content, .main_content {
76
76
  @include responsiveStep-sm {
77
77
 
78
78
  body, #body, #container, .main-content, .main_content {
79
+
80
+ &.fixed-nav-xs.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-xs; } }
81
+ &.fixed-nav-sm.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-sm; } }
82
+ &.fixed-nav.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height; } }
83
+ &.fixed-nav-lg.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-lg; } }
84
+ &.fixed-nav-xl.fixed-sub-nav { .application_notice { top: $application-notice-top + $subnav-height + $navbar-height-xl; } }
85
+
79
86
  &.with_important_notice {
80
87
 
81
88
  #nav-aside { top: $important-notice-height; }
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.58
4
+ version: 0.0.0.59
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-25 00:00:00.000000000 Z
11
+ date: 2014-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails