egghead-styles 1.0.52 → 1.0.53

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: 96fcffe2dd291919676143225cb4ef2bb1a90da0
4
- data.tar.gz: ccfa19a20ac4ca920bceff59c360e3cd34a0be83
3
+ metadata.gz: ed2441dabc698dfd3f0bf30c401b2a9d39cccdc3
4
+ data.tar.gz: 5d974850fc316e9177f80c960ae5e46339f4f065
5
5
  SHA512:
6
- metadata.gz: 870e29c2f2fc655faec2f772c3659ac70b721d49a0c872ff93ec07a759b5106481c15bfe527455bd4a66ea4302548bc85abaaacc0de6dc8111c606bb5f655706
7
- data.tar.gz: 01fce03b01a8993e8dd1eaee5bcabf3d253987ca34c8eb0a5598badc631ef11105826bcaa57980035169a7de7d17fdad1c8b0ffd4e1b9112183c837622f91e37
6
+ metadata.gz: 5dab6ec2e28e47e2b2576a031f30c70d04465d25441d70b4a7c66809012a1ebd6e629297e25c3c54c0eedad99a3c5e136d6ac7e2b95949ffbbcd79837b991dad
7
+ data.tar.gz: 4d29c0bb82d7f4f940c6a4a7785e183bb0bda0618562bec189a267375dd0065722e3bb33e0ead02626f1dbbcb99a76796f80416386e91e8e5412845a5092804d
@@ -3,7 +3,13 @@ header {
3
3
  padding: 10px 10px 0px 10px;
4
4
  background: $header-bg;
5
5
  z-index: 1050;
6
- @include respond-to(phones-landscape) {
6
+ @include respond-to(phones) {
7
+ padding: 10px;
8
+ position: fixed;
9
+ width: 100%;
10
+ min-height: 50px;
11
+ top: 0;
12
+ left: 0;
7
13
  ul.dropdown-menu > li > a {
8
14
  color: $color-dusty-gray;
9
15
  }
@@ -28,6 +34,7 @@ header {
28
34
  @include respond-to(phones) {
29
35
  max-width: 100%;
30
36
  width: 100%;
37
+ margin-left: 0;
31
38
  }
32
39
 
33
40
  .search-component .typeahead-container {
@@ -63,7 +70,8 @@ header {
63
70
  max-width: 162px;
64
71
  }
65
72
  @include respond-to(phones) {
66
- height: auto;
73
+ height: 30px;
74
+ margin-top: 0;
67
75
  }
68
76
  }
69
77
  .header-navigation-toggle {
@@ -43,9 +43,6 @@
43
43
  width: 80px;
44
44
  }
45
45
  }
46
- h1 {
47
- font-size: 36px;
48
- }
49
46
  .mega {
50
47
  font-weight: 900;
51
48
  font-size: 58px;
@@ -60,9 +57,13 @@
60
57
  .title {
61
58
  color: $hero-title-color;
62
59
  margin-bottom: 15px;
63
-
60
+ font-size: 36px;
61
+ @include respond-to(tablets-small) {
62
+ font-size: 28px;
63
+ }
64
64
  @include respond-to(phones) {
65
65
  margin-top: 0;
66
+ font-size: 22px;
66
67
  }
67
68
  }
68
69
  .subtitle {
@@ -5,6 +5,10 @@ body {
5
5
  font-weight: $body-font-weight;
6
6
  color: $body-font-color;
7
7
  -webkit-font-smoothing: antialiased;
8
+ &.body-no-scroll {
9
+ overflow: hidden;
10
+ position: fixed;
11
+ }
8
12
  @include respond-to(tablets-large) {
9
13
  font-size: $body-font-size-tablets-large;
10
14
  }
@@ -13,6 +17,7 @@ body {
13
17
  }
14
18
  @include respond-to(phones) {
15
19
  font-size: $body-font-size-phones;
20
+ padding-top: 50px;
16
21
  }
17
22
  }
18
23
 
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.52"
3
+ VERSION = "1.0.53"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egghead-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.52
4
+ version: 1.0.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-24 00:00:00.000000000 Z
11
+ date: 2016-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler