euphoria 0.1.4.5 → 0.1.4.6

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: 92ca69e6fef998e700011f02a26024ac6acdb306
4
- data.tar.gz: 38a71a98660775008e5e2b6b68eef686a35561be
3
+ metadata.gz: 91bf4a239ee0e9199511a0aed190fabbf73deaf0
4
+ data.tar.gz: 9ce9bc87aa01073b85852708b5dae5a164415af6
5
5
  SHA512:
6
- metadata.gz: 5614ffb4e2ba5c1f64f8f1d2136c84ef11e7b4c61f1dd4fc4a08f20f0fc8ec57314d2e29a63d95cf0a7411aca8ca8d1b8cc634a7040e3a31e7928036da548d24
7
- data.tar.gz: 39898915aa582c9c3a139c6017b5905d2f772d3403362a278986afbaada7eccd048bf5b8a01250ef8258ef3afe8710c1c67e139ecfff1018eb109361bf582422
6
+ metadata.gz: ec7548e3e4f498d76b49c7dd7d3d9d5dbf5f5c175a9b90bd3139d1d9f87ef4b0e085d8e95ad588257ca01bc6d903fe34b7362e1774c10517e7f0615d4246cce4
7
+ data.tar.gz: 79a1ebe6c73ad3905705fecd30f6adf31cb3e2182cf62d1b0b5876cc26195852bb381bf07964b86619d8ebebea457e60080b1acc5a48d3468aa8ca2f2592f385
@@ -15,7 +15,7 @@ $(document).on 'page:change', ->
15
15
  #account for margin with fixed nav class
16
16
  $(window).resize ->
17
17
  if $('nav').hasClass('fixed')
18
- $('.start-content').css 'margin-top', $('.menu-container').height() + 10
18
+ $('.start-content').css 'margin-top', $('nav').height() + 10
19
19
  if $(window).width() > 1023
20
20
  $('.menu').removeAttr('style');
21
21
 
@@ -58,6 +58,3 @@ $white: #fff
58
58
  &:hover
59
59
  background: #5b9ede
60
60
 
61
- /*=============================================================================
62
- **
63
- **==============================================================================
@@ -33,6 +33,7 @@ nav
33
33
  display: none
34
34
  &.fixed
35
35
  position: fixed
36
+ top: 0
36
37
  z-index: 2
37
38
  ul
38
39
  margin: 0
@@ -1,6 +1,3 @@
1
- //Menu container variable
2
- $menu_bg: #fff
3
-
4
1
  /*=============================================================================
5
2
  ** Main container
6
3
  **============================================================================
@@ -11,7 +8,6 @@ $menu_bg: #fff
11
8
  //mostly used if you have a fixed navbar
12
9
  .start-content
13
10
  @extend %default_prop
14
- z-index: -1
15
11
  overflow: hidden
16
12
 
17
13
  /*=============================================================================
@@ -54,7 +54,7 @@
54
54
  @for $i from 1 through 18
55
55
  .sm-tablet-#{$i}
56
56
  width: $i / 18 * 100%
57
- .gap-sm-t-none
57
+ .gap-sm-none
58
58
  margin-left: 0
59
59
  margin-right: 0
60
60
 
@@ -1,5 +1,5 @@
1
1
  html
2
- font-size: 17px
2
+ font-size: 16px
3
3
 
4
4
  h1
5
5
  font-size: 3rem
@@ -18,14 +18,9 @@ p
18
18
 
19
19
  +lg-desktop
20
20
  html
21
- font-size: 18px
22
-
21
+ font-size: 17px
23
22
 
24
23
  +tablet
25
- html
26
- font-size: 16px
27
-
28
-
29
- +mobile
30
24
  html
31
25
  font-size: 15px
26
+
@@ -1,4 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.4.5"
2
+ VERSION = "0.1.4.6"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: euphoria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.5
4
+ version: 0.1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - paul brunache