dlegr250_material_design 0.1.35 → 0.1.36

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: 5c324d4fb72446a30dcf127c51df2bf5df30bf65
4
- data.tar.gz: f6b8508abf049c167429a33b03a14aa287641218
3
+ metadata.gz: b3abd95687311f92feddc10c47553b90e512cbd4
4
+ data.tar.gz: fca161a9af324af0f4edfd8dcab6793b641ec00f
5
5
  SHA512:
6
- metadata.gz: fd0b090b344cdf883b95f854b45b4c984b2486859abea1310fe94a70397b3f0e5786f8c070f6afe67939043e12990c407e7b8c6da578dd71cd50e0e33a151edf
7
- data.tar.gz: a4eb4f3bf28d0fe701138ab287cd3fbb487ae39772570725304f6d346d13e04dea071317b1bc63ac5dd8835b311b5eef4a6b8f6ad440ae7c5056591196f8f33b
6
+ metadata.gz: ea84667ab8a6d97298415eef3e5d32a8f14e5c2014b740c9819f2c259b51b3ba72d1c9aa3643a95c6ceef0220c3688a43a962d4b92d4d7d6d2653433b1d7d180
7
+ data.tar.gz: bd3affe971949ccd4ee600afed2de8c471320cf39f0f9e0f0724bae6317419172a4e584c0df98874ccc9bcba92cebbe246ae2855c3f1f2a3d05219d1756cdf89
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.35"
2
+ VERSION = "0.1.36"
3
3
  end
@@ -21,7 +21,8 @@
21
21
  background-color: color("white");
22
22
  border: 1px solid color("divider");
23
23
  width: $card-width;
24
- @include box-shadow(0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2));
24
+ // @include box-shadow(0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2));
25
+ @include box-shadow(0 1px 0 color("divider"));
25
26
  @include rounded-corners;
26
27
 
27
28
  &.xsmall {
@@ -55,6 +55,7 @@
55
55
 
56
56
  &.active {
57
57
  border-color: $color;
58
+ background-color: lighten($color, 40%);
58
59
  }
59
60
 
60
61
  &.active,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.35
4
+ version: 0.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-18 00:00:00.000000000 Z
11
+ date: 2016-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler