dlegr250_material_design 0.3.61 → 0.3.62

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: 0d3bab326954116701bccc4e1df19fa7d62cde65
4
- data.tar.gz: df31d2a30f6e3ceb94e813eeed36338ace4b0dc2
3
+ metadata.gz: 31f2e818af1ce9279f4580f843f36bbdd021aa78
4
+ data.tar.gz: 5f08bf9303e186be51d8bea74d573839408cf590
5
5
  SHA512:
6
- metadata.gz: 47fbdcaacb28b4b11a534e0df2e62dfb3d306aa783864456bfa5bb0a87ccb5b3f428cdd717f031ca14e0a4f65119a4e02969571d9bf9168adda45a0dd37c9048
7
- data.tar.gz: e7b3b4e518c38de9df8aeca6846ce46840f569bd858babe3e42065d2450b4efaf4b15695137c0e5bf51fc89034ad9a9b046c479d2b1cc4f880ed6d46f4521112
6
+ metadata.gz: 3602ad99576581ae1190ce78fd3ef7a97b77fd730216f59cf77491f39e20586c971d734df6e8324faa28779d651c831c8c80cdc60955bf01766bb9faaa7ea89f
7
+ data.tar.gz: 358d3151314c6380adaf9d0abe2800726518450cb33875ebd46f85ee8dc98bb8d72070bfbc0c272236e79fdcd885c0c144d9298dcb1ebcd5381949ac3a7562c3
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.61"
2
+ VERSION = "0.3.62"
3
3
  end
@@ -48,32 +48,39 @@ ol {
48
48
  background-color: #f2f2f2;
49
49
  min-height: 48px;
50
50
  @include flex-parent-row();
51
+ }
51
52
 
52
- .list-header-primary,
53
- .list-header-secondary {
54
- box-sizing: border-box;
55
- padding: $spacing-small $spacing-normal;
56
- }
53
+ .list-header-icon {
54
+ color: color("icon");
55
+ padding-left: $spacing-normal;
56
+ text-align: left;
57
+ width: 30px;
58
+ }
57
59
 
58
- .list-header-primary {
59
- flex: 1;
60
- font-size: $font-size-normal;
61
- font-weight: bold;
62
- overflow: hidden;
63
- text-overflow: ellipsis;
64
- white-space: nowrap;
65
-
66
- .list-header-primary-subtext {
67
- color: color("helper");
68
- font-size: $font-size-small;
69
- font-weight: normal;
70
- padding-top: $spacing-xsmall;
71
- }
72
- }
60
+ .list-header-primary,
61
+ .list-header-secondary {
62
+ box-sizing: border-box;
63
+ padding: $spacing-small $spacing-normal;
64
+ }
73
65
 
74
- .list-header-secondary {
75
- text-align: right;
76
- }
66
+ .list-header-primary {
67
+ flex: 1;
68
+ font-size: $font-size-normal;
69
+ font-weight: bold;
70
+ overflow: hidden;
71
+ text-overflow: ellipsis;
72
+ white-space: nowrap;
73
+ }
74
+
75
+ .list-header-primary-subtext {
76
+ color: color("helper");
77
+ font-size: $font-size-small;
78
+ font-weight: normal;
79
+ padding-top: $spacing-xsmall;
80
+ }
81
+
82
+ .list-header-secondary {
83
+ text-align: right;
77
84
  }
78
85
 
79
86
  // Lists - base
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.61
4
+ version: 0.3.62
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-15 00:00:00.000000000 Z
11
+ date: 2016-09-16 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