egghead-styles 1.0.81 → 1.0.82

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: 31323a00f855f9767ea6e1a3de377869be4915b1
4
- data.tar.gz: 6254ae44453d93c87b5876d0689ce8d20e28fed3
3
+ metadata.gz: 3a83847121d4693a1c02e99498ce35b945c53aea
4
+ data.tar.gz: 9a02eb12068d31a425e86dc947cc35a3b86050ba
5
5
  SHA512:
6
- metadata.gz: 0bc60795d3d9ac3ec04d00f52bf4a863208557a41ced7c107926277ebee4887a7041d56a73d269c23100dfa49404012cb50f754d0d365c90da237b744dd80bf9
7
- data.tar.gz: a1ba687c22f21fcd68318a1c97aad00fc11c03995323ac939e26656732f8359a58c9636cba7530aa1c76e007e23f9709f578fe8b895783e4485e7cc8d559d654
6
+ metadata.gz: 39558e044f3a60b43d52ac8751025a99ced9294739a8dadd30e7fc89582c6ffc31dd4d6e6092bae5ea886d037031f98d6ca73f96b2c4837141609c17ea69aea8
7
+ data.tar.gz: daa5b293a642c176e35a31aa349a39c716a1249676553cf9b46a19a3f14362e78b5f27c6904b5afa854febdbebf4faf7a75e61c23797c81ae9632fb9fa7976c2
@@ -159,3 +159,13 @@
159
159
  -moz-osx-font-smoothing: auto;
160
160
  }
161
161
  }
162
+
163
+ // Mixin for the Radial Gradient
164
+ @mixin gradient-radial($start-point-horizontal, $start-point-vertical, $start-colour, $start-position, $end-colour, $end-position) {
165
+ background: -moz-radial-gradient($start-point-horizontal $start-point-vertical, ellipse cover, $start-colour $start-position, $end-colour $end-position);
166
+ background: -webkit-gradient(radial, $start-point-horizontal $start-point-vertical, 0px, $start-point-horizontal $start-point-vertical, 100%, Colour-stop($start-position,$start-colour), Colour-stop($end-position,$end-colour));
167
+ background: -webkit-radial-gradient($start-point-horizontal $start-point-vertical, ellipse cover, $start-colour $start-position,$end-colour $end-position);
168
+ background: -o-radial-gradient($start-point-horizontal $start-point-vertical, ellipse cover, $start-colour $start-position,$end-colour $end-position);
169
+ background: -ms-radial-gradient($start-point-horizontal $start-point-vertical, ellipse cover, $start-colour $start-position,$end-colour $end-position);
170
+ background: radial-gradient(ellipse at $start-point-horizontal $start-point-vertical, $start-colour $start-position,$end-colour $end-position);
171
+ }
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.81"
3
+ VERSION = "1.0.82"
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.81
4
+ version: 1.0.82
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-30 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler