dlegr250_material_design 0.5.97 → 0.5.98
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: 308ef462c5f1e950004310da840af009c357e957
|
4
|
+
data.tar.gz: db703fe5a2a62c3d0e2ee281edc279fb4e596fa6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3122052591837dca035c1a8654bebf2c53b09377ce3919afcb8ab08709f7a83df8666998a31c79c0c9e2b1387b664f074195cd012953e002f062ccb61681603b
|
7
|
+
data.tar.gz: 66cb0a7c28fe2738303f07dde53f3003c802c9c1242ec3bfa7691bc4befe56b3d8e3720a1f8796bf98d6d107aa2b174774adfd2892c8f6bc7239d46651a438ab
|
@@ -234,8 +234,8 @@ $default-rounded-corners-radius: 2px; // As per Material Design spec
|
|
234
234
|
|
235
235
|
@mixin list() {
|
236
236
|
position: relative;
|
237
|
-
overflow-x: hidden;
|
238
|
-
overflow-y: auto;
|
237
|
+
// overflow-x: hidden;
|
238
|
+
// overflow-y: auto;
|
239
239
|
flex: 1 1 auto;
|
240
240
|
}
|
241
241
|
|
@@ -263,6 +263,7 @@ $list-item-icon-width: 48px;
|
|
263
263
|
color: color("icon");
|
264
264
|
flex-shrink: 0;
|
265
265
|
height: $list-item-icon-width;
|
266
|
+
justify-content: center;
|
266
267
|
max-height: $list-item-icon-width;
|
267
268
|
text-align: center;
|
268
269
|
width: $list-item-icon-width;
|
@@ -274,7 +275,6 @@ $list-item-icon-width: 48px;
|
|
274
275
|
}
|
275
276
|
|
276
277
|
@mixin list-item-primary() {
|
277
|
-
color: red !important;
|
278
278
|
padding: 8px;
|
279
279
|
line-height: 16px;
|
280
280
|
box-flex: 1;
|