dlegr250_material_design 0.1.19 → 0.1.20
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: 4617651a7b3d28c6d56b2914cb922a4f0d622ad3
|
4
|
+
data.tar.gz: 20d4489a4eb6eb3e31c887bdea8f9033d8a5503f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25a690b7cc8c5eec1997ebff62eb237c32d7021de4e5d019f193a1ed9c2c551bcd7e8b0704033fe1a34af8a2d5972bf9d9462c8883d909b2ed8c04200a51bdd0
|
7
|
+
data.tar.gz: 3bf066ea84476f8443b8b4a35ba362c8a12c972b6b3980a2e469a775745163d690f995ad48202bc0f9fc8b54c20960fa37c71baf180997d538fefc54028573a7
|
@@ -108,8 +108,8 @@ ol {
|
|
108
108
|
.list-item-primary,
|
109
109
|
.list-item-secondary {
|
110
110
|
box-sizing: border-box;
|
111
|
-
padding-bottom: $spacing-
|
112
|
-
padding-top: $spacing-
|
111
|
+
padding-bottom: $spacing-normal;
|
112
|
+
padding-top: $spacing-normal;
|
113
113
|
}
|
114
114
|
|
115
115
|
// Lists - list item icon
|
@@ -129,6 +129,8 @@ ol {
|
|
129
129
|
.list-item-primary {
|
130
130
|
flex: 1;
|
131
131
|
overflow: hidden;
|
132
|
+
padding-left: $spacing-normal;
|
133
|
+
padding-right: $spacing-normal;
|
132
134
|
text-overflow: ellipsis;
|
133
135
|
white-space: nowrap;
|
134
136
|
|
@@ -142,7 +144,6 @@ ol {
|
|
142
144
|
//----------------------------------------------------------------------
|
143
145
|
|
144
146
|
.list-item-secondary {
|
145
|
-
padding-left: $spacing-normal;
|
146
147
|
padding-right: $spacing-normal;
|
147
148
|
text-align: right;
|
148
149
|
}
|
@@ -157,8 +158,8 @@ ol {
|
|
157
158
|
|
158
159
|
.list-header-title,
|
159
160
|
.list-header-secondary {
|
160
|
-
padding-bottom: $spacing-
|
161
|
-
padding-top: $spacing-
|
161
|
+
padding-bottom: $spacing-small;
|
162
|
+
padding-top: $spacing-small;
|
162
163
|
}
|
163
164
|
}
|
164
165
|
|
@@ -166,8 +167,8 @@ ol {
|
|
166
167
|
.list-item-icon,
|
167
168
|
.list-item-primary,
|
168
169
|
.list-item-secondary {
|
169
|
-
padding-bottom: $spacing-
|
170
|
-
padding-top: $spacing-
|
170
|
+
padding-bottom: $spacing-small;
|
171
|
+
padding-top: $spacing-small;
|
171
172
|
}
|
172
173
|
}
|
173
174
|
}
|
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.20
|
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-03-
|
11
|
+
date: 2016-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|