dlegr250_material_design 0.4.65 → 0.4.66
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: d79eb0d9b2953edbeaf01cc4f431a4ae44880f80
|
4
|
+
data.tar.gz: 3accfebb4ce606c11d00bf408c04a9d8594c3df5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b3521159d59395eb4e648b58f215fb6984e846d5883991f9cadeaf10fcca9f72b7d3c0f5600ea1a75d9aea81b3743bbac7f1bbc68bd1a4de42f0097483d4f04
|
7
|
+
data.tar.gz: 8862ffc250597bb1d4423c018947dd2419410d1fe0a502b08e70e23f040e889f418c41f3930dbb235ff2c8a175fca740e0e0edb9102c22b3c42eb5e7a14c698c
|
@@ -171,28 +171,6 @@ ol {
|
|
171
171
|
text-align: right;
|
172
172
|
}
|
173
173
|
|
174
|
-
// Lists - sizes
|
175
|
-
//----------------------------------------------------------------------
|
176
|
-
|
177
|
-
.list-header-dense {
|
178
|
-
min-height: 32px;
|
179
|
-
}
|
180
|
-
|
181
|
-
.list-one-lines .list-item,
|
182
|
-
.list-item-one-lines {
|
183
|
-
min-height: 48px !important;
|
184
|
-
}
|
185
|
-
|
186
|
-
.list-two-lines .list-item,
|
187
|
-
.list-item-two-lines {
|
188
|
-
min-height: 72px !important;
|
189
|
-
}
|
190
|
-
|
191
|
-
.list-three-lines .list-item,
|
192
|
-
.list-item-three-lines {
|
193
|
-
min-height: 88px !important;
|
194
|
-
}
|
195
|
-
|
196
174
|
// Lists - hoverable
|
197
175
|
//----------------------------------------------------------------------
|
198
176
|
|
@@ -285,3 +263,26 @@ ol {
|
|
285
263
|
@include truncate-text();
|
286
264
|
}
|
287
265
|
}
|
266
|
+
|
267
|
+
// Lists - sizes
|
268
|
+
// Put after .list-standard to overwrite any defaults
|
269
|
+
//----------------------------------------------------------------------
|
270
|
+
|
271
|
+
.list-header-dense {
|
272
|
+
min-height: 32px;
|
273
|
+
}
|
274
|
+
|
275
|
+
.list-one-lines .list-item,
|
276
|
+
.list-item-one-lines {
|
277
|
+
min-height: 48px !important;
|
278
|
+
}
|
279
|
+
|
280
|
+
.list-two-lines .list-item,
|
281
|
+
.list-item-two-lines {
|
282
|
+
min-height: 72px !important;
|
283
|
+
}
|
284
|
+
|
285
|
+
.list-three-lines .list-item,
|
286
|
+
.list-item-three-lines {
|
287
|
+
min-height: 88px !important;
|
288
|
+
}
|