dlegr250_material_design 0.1.85 → 0.1.86
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: daf667fa7fed94da0ab5b1bc654f283c2a07ec14
|
|
4
|
+
data.tar.gz: fc28212b9f36871ab00e57a5cd341fbd57baf28d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e56521ca71b182439d9e060701607104268b837254e9e6bb8078c30a5e5b98c1f1442821ff9b6cb24b45fec2d5fc0fc92ae7453195db7b44bb9c815e46d0b4c9
|
|
7
|
+
data.tar.gz: ccedd38b9a7c0a7a665817298c069a6b7ba69db6ffe7fc2a0ad88fd9d34545cc461240a47f4f1496af201286a150ea0ce63019897defec798790abb8885706b2
|
|
@@ -134,13 +134,16 @@
|
|
|
134
134
|
// Fields - responsive label placement
|
|
135
135
|
//----------------------------------------------------------------------
|
|
136
136
|
|
|
137
|
+
.field-label {
|
|
138
|
+
padding-bottom: $spacing-xsmall;
|
|
139
|
+
}
|
|
140
|
+
|
|
137
141
|
.field-responsive {
|
|
138
142
|
margin-bottom: $spacing-small;
|
|
139
143
|
|
|
140
144
|
.field-label {
|
|
141
145
|
display: block;
|
|
142
146
|
margin-top: $spacing-xsmall;
|
|
143
|
-
padding-bottom: $spacing-xsmall;
|
|
144
147
|
|
|
145
148
|
.helper-text {
|
|
146
149
|
display: inline-block;
|
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.86
|
|
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-06-
|
|
11
|
+
date: 2016-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|