dlegr250_material_design 0.1.83 → 0.1.84
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: d801132277b2cf9d24cb4aedcd50f878ae097f11
|
4
|
+
data.tar.gz: 40920751faba56966ff30fd2cc2ca69c763520aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0149cbb8023c26f8b984f83e63827b2a416b1c43a280fd72e914e57ccd7a73dc85767681f860ebe92fa05d30103aed1c68365a4935a2b7a8164b3f9b9d3dadf3
|
7
|
+
data.tar.gz: 3c304dc3938ecbcbcd59e39908670522d597e2891aba8d02da72a8b014e56c33569d487d5e97ef4266ad1ac791132fe1d39a626ff7d6cce09df03205221eee9c
|
@@ -31,6 +31,21 @@
|
|
31
31
|
@include full-width;
|
32
32
|
}
|
33
33
|
|
34
|
+
// Flex sizes for rows with items of different widths
|
35
|
+
//----------------------------------------------------------------------
|
36
|
+
|
37
|
+
.flex-1 {
|
38
|
+
flex: 1 !important;
|
39
|
+
}
|
40
|
+
|
41
|
+
.flex-2 {
|
42
|
+
flex: 2 !important;
|
43
|
+
}
|
44
|
+
|
45
|
+
.flex-3 {
|
46
|
+
flex: 3 !important;
|
47
|
+
}
|
48
|
+
|
34
49
|
// Constrained to max size to center content
|
35
50
|
//----------------------------------------------------------------------
|
36
51
|
|
@@ -193,13 +193,18 @@ ol {
|
|
193
193
|
}
|
194
194
|
}
|
195
195
|
}
|
196
|
+
|
196
197
|
// Lists - hoverable
|
197
198
|
//----------------------------------------------------------------------
|
198
199
|
|
199
|
-
.list-hoverable
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
200
|
+
.list-hoverable {
|
201
|
+
.list-item {
|
202
|
+
&:hover {
|
203
|
+
background-color: color("hover");
|
204
|
+
}
|
205
|
+
|
206
|
+
&:active {
|
207
|
+
background-color: darken(color("hover"), 5%);
|
208
|
+
}
|
204
209
|
}
|
205
210
|
}
|
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.1.
|
4
|
+
version: 0.1.84
|
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-06-
|
11
|
+
date: 2016-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|