egghead-styles 1.0.64 → 1.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79899a764eb0cc007134bd578eb2fdbdd0d9f868
4
- data.tar.gz: b15137d154b9287cccb68246395f0839f797331c
3
+ metadata.gz: 11612d67de1c0e9bf43d3c0742b58197784141cf
4
+ data.tar.gz: d372904e195ab5f10fe6277f2735bc47fd225e3d
5
5
  SHA512:
6
- metadata.gz: 8fd3106ff3f74d227988b4956d0fbee01facd0dfecb3650de82c29835419f5e48dad089fe7c489f7a0eb1905d1bd144b44909104b361277d8b80180ab8099b19
7
- data.tar.gz: 28cf610f3e2e915d9c2be33596dcb4b6313449132e7174aad1fb4c4fa30acb60cce7f4ab6c89026247edd9945c976d482e7c84410e4968115ec64bb8cbc59214
6
+ metadata.gz: 0a40de4e9d7071ea5efaf1e132d1c6420ab9ef2b8662bce03a1485c356bfbd120056323d682f93ff23978c1f37485499aa17429a033be06b1b5cde7019293037
7
+ data.tar.gz: 77e2abae330d2e129bdc4fb65bccc3d74e78f0022829ac9ea6889558c101be87d008ba5190c10b2b087ae80b3962d8a3d684a57582cb996120bcfbc7c0125521
data/README.md CHANGED
@@ -34,7 +34,7 @@ For local development we want rails to see live changes to the egghead-styles ap
34
34
 
35
35
  `@import "/egghead-styles/app/assets/stylesheets/egghead-styles";`
36
36
 
37
- Vagrant mounts `egghead-styles` to the root of the VM at `/egghead-styles`. Changes to the local copy will now reflect in development. Run `foreman` as usual.
37
+ Be sure to update to the latest `egghead-systems` and reload the VM. Vagrant will mount `egghead-styles` to the root of the VM at `/egghead-styles`. Changes to the local copy will now reflect in development. Run `foreman start` as usual.
38
38
 
39
39
  *!IMPORTANT* Do not forget to change this line back after completing your work as it will break production.
40
40
 
@@ -1,6 +1,6 @@
1
1
  .hero {
2
2
  padding: 54px 0 54px 0;
3
- background: url(image_path("bg/bg-hero.png")) 0 -5px repeat;
3
+ background: radial-gradient(75% 50%, #252727 0%, #1B1B19 68%);
4
4
  text-align: center;
5
5
  color: $hero-subtitle-color;
6
6
  &.related-to-angularjs {
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.64"
3
+ VERSION = "1.0.65"
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.64
4
+ version: 1.0.65
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-03-01 00:00:00.000000000 Z
11
+ date: 2016-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  version: '0'
229
229
  requirements: []
230
230
  rubyforge_project:
231
- rubygems_version: 2.4.5.1
231
+ rubygems_version: 2.4.8
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: Holds styles required for egghead.io