dlegr250_material_design 0.5.15 → 0.5.16
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: 9bd5796288dfbea11b3b71199f8d72c6cc04c9d9
|
4
|
+
data.tar.gz: c0ad8f33498ec373794685bc64a83bcd616521bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 532f8f9416ade780abcacb922e39aefa09a54bfe83cb612d7dd7502292736bca2cb5a6e2aed1124abd1e59a9bd1487e72a1ece0e89ae2b11edd86c8f46be4a12
|
7
|
+
data.tar.gz: 9369515748966044123b7bb89f323d7588de3bb550f8cfa648db1ed4bd45198f20cf47bee4b50257ed69aaa9b3d45ab305f4e81e6a1b250cb060e966858e7006
|
@@ -37,6 +37,11 @@ $card-width-xlarge: 420px;
|
|
37
37
|
// Dimensions - lists
|
38
38
|
//----------------------------------------------------------------------
|
39
39
|
|
40
|
+
$list-one-line-height: 48px;
|
41
|
+
$list-one-line-with-avatar-height: 56px;
|
42
|
+
$list-two-lines-height: 72px;
|
43
|
+
$list-three-lines-height: 88px;
|
44
|
+
|
40
45
|
// 72px is the specification, but minus 32px for 16px left/right padding.
|
41
46
|
$list-item-icon-width: 40px;
|
42
47
|
|
@@ -19,11 +19,6 @@
|
|
19
19
|
// </div>
|
20
20
|
//======================================================================
|
21
21
|
|
22
|
-
$list-one-line-height: 48px;
|
23
|
-
$list-one-line-with-avatar-height: 56px;
|
24
|
-
$list-two-lines-height: 72px;
|
25
|
-
$list-three-lines-height: 88px;
|
26
|
-
|
27
22
|
// UL and OL lists
|
28
23
|
//----------------------------------------------------------------------
|
29
24
|
|