dlegr250_material_design 0.3.65 → 0.3.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: 6e1e9ea8eddbacc9eb6eb385d65cd60b86f8cac2
|
4
|
+
data.tar.gz: c22c0631b3a82d694b491964d9cabca6fa72f8d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c768912817f36e28449a2bf4409eee2d1213d0b8ad2bc8ba076c555a6e21c9a07e457745ea76f3c54ae1d05ec1d136826e5f5e3c69686dd5462d9fd3eb52b22
|
7
|
+
data.tar.gz: 333388bc541e09b5530ec58f0ea631ef15c136675f6d95bb40d15f0c5443708669d06f6ccc0234f5a5f80968dd6130f15f83e752c2e11bda2eadf6245d9f7306
|
@@ -19,14 +19,24 @@
|
|
19
19
|
padding-bottom: $spacing-xsmall;
|
20
20
|
}
|
21
21
|
|
22
|
+
.dl {
|
23
|
+
display: table;
|
24
|
+
width: 100%;
|
25
|
+
}
|
26
|
+
|
22
27
|
.dl-row {
|
28
|
+
display: table-row;
|
29
|
+
padding: $spacing-xsmall 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.dl-dt,
|
33
|
+
.dl-dd {
|
34
|
+
display: table-cell;
|
23
35
|
padding: $spacing-xsmall 0;
|
24
36
|
}
|
25
37
|
|
26
38
|
.dl-dt {
|
27
39
|
color: color("helper");
|
28
|
-
display: inline-block;
|
29
|
-
padding-top: $spacing-xsmall;
|
30
40
|
width: 150px;
|
31
41
|
|
32
42
|
&:after {
|
@@ -34,11 +44,6 @@
|
|
34
44
|
}
|
35
45
|
}
|
36
46
|
|
37
|
-
.dl-dd {
|
38
|
-
display: inline-block;
|
39
|
-
padding-top: $spacing-xsmall;
|
40
|
-
}
|
41
|
-
|
42
47
|
.dl-responsive {
|
43
48
|
.dl-dt {
|
44
49
|
display: block;
|
@@ -50,16 +55,19 @@
|
|
50
55
|
}
|
51
56
|
}
|
52
57
|
|
58
|
+
// Media queries for responsive lists
|
59
|
+
//----------------------------------------------------------------------
|
60
|
+
|
53
61
|
@media (min-width: $medium-width) {
|
54
62
|
.dl-responsive {
|
55
63
|
.dl-dt {
|
56
|
-
display:
|
57
|
-
padding
|
64
|
+
display: table-cell;
|
65
|
+
padding: $spacing-xsmall 0;
|
58
66
|
width: 150px;
|
59
67
|
}
|
60
68
|
|
61
69
|
.dl-dd {
|
62
|
-
display:
|
70
|
+
display: table-cell;
|
63
71
|
}
|
64
72
|
}
|
65
73
|
}
|
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.3.
|
4
|
+
version: 0.3.66
|
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-09-
|
11
|
+
date: 2016-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
|
14
14
|
AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind
|