dlegr250_material_design 0.1.83 → 0.1.84

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: 6bb2881fbd323c697416af3cdd30c9bf24d46201
4
- data.tar.gz: b042b6ab86efdd91fefe0711ec7012e295ae5441
3
+ metadata.gz: d801132277b2cf9d24cb4aedcd50f878ae097f11
4
+ data.tar.gz: 40920751faba56966ff30fd2cc2ca69c763520aa
5
5
  SHA512:
6
- metadata.gz: 4aaca07e763e96a674c8e796bf5a6d08553d3249bcdaf1af59a3371e7a49b383a7a477e8a58bd40edb99c83f5704aa8cc167a710fc748dae53646cc6abce8497
7
- data.tar.gz: daee381da5cc88cc94f6ceb3e3d6538643dc92aae2abf89b993bcf1f1bd6cd9442f9a28e82d16d485f1ca19bd5562407e509589bb6dfd3fe75bbe063beb3c11b
6
+ metadata.gz: 0149cbb8023c26f8b984f83e63827b2a416b1c43a280fd72e914e57ccd7a73dc85767681f860ebe92fa05d30103aed1c68365a4935a2b7a8164b3f9b9d3dadf3
7
+ data.tar.gz: 3c304dc3938ecbcbcd59e39908670522d597e2891aba8d02da72a8b014e56c33569d487d5e97ef4266ad1ac791132fe1d39a626ff7d6cce09df03205221eee9c
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.83"
2
+ VERSION = "0.1.84"
3
3
  end
@@ -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 .list-item {
200
- &:hover,
201
- &:active,
202
- &.active {
203
- background-color: color("hover");
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.83
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-03 00:00:00.000000000 Z
11
+ date: 2016-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler