dlegr250_material_design 0.1.50 → 0.1.51
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: c6581e7b01449cbb23c42d76b1c30a3be97b0429
|
4
|
+
data.tar.gz: c5d3fd902ad44c5dbe72e4a8bdc366eec5745c6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 809af266ffd75d80f155f9189779bfd43a190fcfc3987c817c04ab00efa9bc1541edd09c76266da5d472fba00e20d1e1012604fe216342ccf6a9861003f149d0
|
7
|
+
data.tar.gz: 66c4afc0d15e4c63c0a67d3a1a05aeb55093a59d3a0512c4105540590817582d05c632d3c5d10a092b08a5e56936a4ff1dd4f1055554f28473f45ed9f7cc8ff7
|
@@ -77,27 +77,32 @@
|
|
77
77
|
|
78
78
|
.field-xsmall {
|
79
79
|
// padding: $spacing-xsmall $spacing-small;
|
80
|
-
padding: $spacing-xsmall
|
80
|
+
padding-bottom: $spacing-xsmall;
|
81
|
+
padding-top: $spacing-xsmall;
|
81
82
|
}
|
82
83
|
|
83
84
|
.field-small {
|
84
85
|
// padding: $spacing-small;
|
85
|
-
padding: $spacing-small
|
86
|
+
padding-bottom: $spacing-small;
|
87
|
+
padding-top: $spacing-small;
|
86
88
|
}
|
87
89
|
|
88
90
|
.field-normal {
|
89
91
|
// padding: $spacing-normal $spacing-small;
|
90
|
-
padding: $spacing-normal
|
92
|
+
padding-bottom: $spacing-normal;
|
93
|
+
padding-top: $spacing-normal;
|
91
94
|
}
|
92
95
|
|
93
96
|
.field-large {
|
94
97
|
// padding: $spacing-large $spacing-small;
|
95
|
-
padding: $spacing-large
|
98
|
+
padding-bottom: $spacing-large;
|
99
|
+
padding-top: $spacing-large;
|
96
100
|
}
|
97
101
|
|
98
102
|
.field-xlarge {
|
99
103
|
// padding: $spacing-xlarge $spacing-small;
|
100
|
-
padding: $spacing-xlarge
|
104
|
+
padding-bottom: $spacing-xlarge;
|
105
|
+
padding-top: $spacing-xlarge;
|
101
106
|
}
|
102
107
|
|
103
108
|
// Fields - has errors
|
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.51
|
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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|