dlegr250_material_design 0.5.10 → 0.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf5154d1c3f68f7b34c6937ee8f8d2b42bfaa7d5
|
|
4
|
+
data.tar.gz: e51199c601cf9a7a745036b895f638a7decc823f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e77738befc5f62e3cc694efcf9d47ab1e773876958c1992468f113d4e749f2269688443a9da4d6c861508d34ba3a5e56220cf75eb48119c09030fb1df51a25d
|
|
7
|
+
data.tar.gz: ff0fbf91c12a15435220ec3fd299368b56bd69cc2aff4cbf0a047117fd5df1207bf8ad889e9da97044551dc854d1fa86ab6370b71e93cf544fcf8897fbd59695
|
|
@@ -55,6 +55,7 @@ ol {
|
|
|
55
55
|
|
|
56
56
|
.list-item-icon {
|
|
57
57
|
color: color("icon");
|
|
58
|
+
max-width: 56px;
|
|
58
59
|
padding-left: $spacing-normal;
|
|
59
60
|
text-align: center;
|
|
60
61
|
width: 56px;
|
|
@@ -74,6 +75,7 @@ ol {
|
|
|
74
75
|
.list-item-primary-subtext {
|
|
75
76
|
color: color("helper");
|
|
76
77
|
font-size: $font-size-small;
|
|
78
|
+
padding-top: $spacing-small;
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
.list-item-secondary {
|
|
@@ -120,14 +122,14 @@ ol {
|
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
// Hoverable
|
|
123
|
-
.list-hoverable {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
.list-hoverable .list-item {
|
|
126
|
+
&:hover { background-color: color("hover"); }
|
|
127
|
+
&:active { background-color: darken(color("hover"), 3%); }
|
|
128
|
+
}
|
|
127
129
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
130
|
+
.list-hoverable-blue .list-item {
|
|
131
|
+
&:hover { background-color: color("hover-blue"); }
|
|
132
|
+
&:active { background-color: darken(color("hover-blue"), 3%); }
|
|
131
133
|
}
|
|
132
134
|
|
|
133
135
|
// Aligned top instead of centered
|
|
@@ -143,7 +145,6 @@ ol {
|
|
|
143
145
|
}
|
|
144
146
|
}
|
|
145
147
|
|
|
146
|
-
|
|
147
148
|
// // Lists - header
|
|
148
149
|
// //----------------------------------------------------------------------
|
|
149
150
|
//
|
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.5.
|
|
4
|
+
version: 0.5.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel LeGrand
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-04 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
|