dlegr250_material_design 0.1.35 → 0.1.36
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3abd95687311f92feddc10c47553b90e512cbd4
|
4
|
+
data.tar.gz: fca161a9af324af0f4edfd8dcab6793b641ec00f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea84667ab8a6d97298415eef3e5d32a8f14e5c2014b740c9819f2c259b51b3ba72d1c9aa3643a95c6ceef0220c3688a43a962d4b92d4d7d6d2653433b1d7d180
|
7
|
+
data.tar.gz: bd3affe971949ccd4ee600afed2de8c471320cf39f0f9e0f0724bae6317419172a4e584c0df98874ccc9bcba92cebbe246ae2855c3f1f2a3d05219d1756cdf89
|
@@ -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 {
|
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.
|
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-
|
11
|
+
date: 2016-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|