zurui-sass-rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OGIyMDMwMjdmZjVhZTIyNjhmMjcwNzdkNDhkNzk4NTM4NzdmMDQ2OQ==
5
+ data.tar.gz: !binary |-
6
+ MjZkMWFlNWY1MzRlMjNkNTY5ZWNmNmMxNWMwNGFkOWNkYjc0Y2RjYQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YjU2NzIzMjllOTBmNGYxM2MyN2E0N2M4ZmExZWRhNzNiZTcyOTkwNjFlY2E3
10
+ NTRkYTJmNzgyZDdlYjE5Zjc3ZmVlMWQ1YzUwN2E2ODYwYjlhMzQ0ODgxMTdh
11
+ ZDk1NzI4NTBhOWRkNzYzNTU0MGUzOWQ1ZTQzMjBkOTYxY2JmZjk=
12
+ data.tar.gz: !binary |-
13
+ MzY3YWJiZTFjNWI0ZjhjODdkOWFkYjEyZjc4MWViMjlmOTQ2YTQ5MTE2YmNk
14
+ ZjY2MDQzNGIwZTJjZTIxNGMwZGM1ZGVlMTAwMzFiMjNmNGNkMGU2ZjdjNzg0
15
+ N2NhNjI4MWU2NjNjMzJiZjNjYTk3M2VmY2JjMjY4ZDBkZmUyZmU=
@@ -1,3 +1,3 @@
1
1
  module ZuruiSassRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -22,7 +22,7 @@
22
22
  text-shadow: 1px -1px rgba(0, 0, 0, $op)
23
23
 
24
24
  @mixin zurui-ts-fff($op:.7)
25
- text-shadow: -1px 1px rgba(0, 0, 0, $op)
25
+ text-shadow: -1px 1px rgba(255, 255, 255, $op)
26
26
 
27
27
  //--------------------------------------------------------------------------------
28
28
  // Cheat gradation
@@ -51,3 +51,15 @@
51
51
  @mixin zurui-box-emboss($border:.15, $shadow:.05, $highlight:1)
52
52
  border: 1px solid rgba(0, 0, 0, $border)
53
53
  @include box-shadow(rgba(0, 0, 0, $shadow) -1px 1px 0, rgba(255, 255, 255, $highlight) -1px -1px 0 inset)
54
+
55
+ //--------------------------------------------------------------------------------
56
+ // Cheat liner-gradient
57
+ @mixin zurui-gradient-top-lighten($color : #666, $lighten: 10%)
58
+ background-color: $color
59
+ +filter-gradient(lighten($color, $lighten), $color,vertical)
60
+ +background-image(linear-gradient(lighten($color, $lighten) 0%, $color 100%))
61
+
62
+ @mixin zurui-gradient-top-darken($color : #666, $darken: 10%)
63
+ background-color: $color
64
+ +filter-gradient(darken($color, $darken), $color,vertical)
65
+ +background-image(linear-gradient(darken($color, $darken) 0%, $color 100%))
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zurui-sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
5
- prerelease:
4
+ version: 0.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - mah_lab
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-11 00:00:00.000000000 Z
11
+ date: 2013-05-24 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -41,32 +38,25 @@ files:
41
38
  - README.md
42
39
  homepage: https://github.com/mahm/zurui-sass-rails
43
40
  licenses: []
41
+ metadata: {}
44
42
  post_install_message:
45
43
  rdoc_options: []
46
44
  require_paths:
47
45
  - lib
48
46
  required_ruby_version: !ruby/object:Gem::Requirement
49
- none: false
50
47
  requirements:
51
48
  - - ! '>='
52
49
  - !ruby/object:Gem::Version
53
50
  version: '0'
54
- segments:
55
- - 0
56
- hash: -3283218601587257685
57
51
  required_rubygems_version: !ruby/object:Gem::Requirement
58
- none: false
59
52
  requirements:
60
53
  - - ! '>='
61
54
  - !ruby/object:Gem::Version
62
55
  version: '0'
63
- segments:
64
- - 0
65
- hash: -3283218601587257685
66
56
  requirements: []
67
57
  rubyforge_project:
68
- rubygems_version: 1.8.23
58
+ rubygems_version: 2.0.3
69
59
  signing_key:
70
- specification_version: 3
60
+ specification_version: 4
71
61
  summary: Sass mixins by zurui-design(https://speakerdeck.com/ken_c_lo/zurui-design)
72
62
  test_files: []