dlegr250_material_design 0.4.13 → 0.4.14

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: 0119a07a8c35d94ad22a7c896a349351a35633c6
4
- data.tar.gz: 5f026a085ef4f395e5aabd988d8cab59fea65c69
3
+ metadata.gz: 2aa26f14468c929d40b6c948f6d4f6ba8b8f59b8
4
+ data.tar.gz: 294f8903a1538f21bbe742eaee53347cb3b4d6d6
5
5
  SHA512:
6
- metadata.gz: 0283cbd95a12d882458c49564757632a422cb86c2b6e82e227b145a5463eef90a929bbfc5f729215dd5b4c6361ac464b8903a8f87418da00c22257b7feb47b81
7
- data.tar.gz: 4ffb16494bd99bc9a536c560ac0c9d6f3d90c05b7c34d14d29e953235f3e68e9b02310b03654a37394b7271d317bfe2c2827ea49c8ca45d752471f6921200609
6
+ metadata.gz: 55c90f6f24eb22083748a03a80f101663614f986161cdd04cd34367c9297abf88e5a72750dd07ca758b45b473a9cfcce5a78868be33d0a3307698ddb20653a76
7
+ data.tar.gz: 006f3378145eede8c72582d977f6cdcf39fe7f76bc20672c75c6d89304ee4e8cfdca555f41996f960214dddb0c3c1753192e4a18f755cc8994f6d28d97337b74
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.13"
2
+ VERSION = "0.4.14"
3
3
  end
@@ -32,9 +32,8 @@
32
32
  //----------------------------------------------------------------------
33
33
 
34
34
  .card-header {
35
+ @include list-tem();
35
36
  border-bottom: 1px solid color("divider");
36
- padding: $spacing-normal;
37
- @include flex-parent-row();
38
37
  }
39
38
 
40
39
  .card-header-no-border {
@@ -42,10 +41,7 @@
42
41
  }
43
42
 
44
43
  .card-header-icon {
45
- color: color("icon");
46
- padding-left: $spacing-normal;
47
- text-align: left;
48
- width: 30px;
44
+ @include list-item-icon();
49
45
  }
50
46
 
51
47
  .card-header-primary,
@@ -54,22 +50,17 @@
54
50
  }
55
51
 
56
52
  .card-header-primary {
57
- color: color("text");
53
+ @include list-item-primary();
58
54
  font-size: $font-size-large;
59
55
  font-weight: bold;
60
- flex: 1;
61
56
  }
62
57
 
63
58
  .card-header-primary-subtext {
64
- color: color("helper");
65
- font-size: $font-size-normal;
66
- font-weight: normal;
67
- padding-top: $spacing-xsmall;
59
+ @include list-item-primary-subtext();
68
60
  }
69
61
 
70
62
  .card-header-secondary {
71
- color: color("icon");
72
- text-align: right;
63
+ @include list-item-secondary();
73
64
  }
74
65
 
75
66
  // Card - content
@@ -30,18 +30,13 @@
30
30
  // Dialogs - header
31
31
  //----------------------------------------------------------------------
32
32
 
33
- .dialog header {
34
- padding: $spacing-large;
35
- padding-bottom: 20px;
36
-
37
- .dialog-title {
38
- font-size: $font-size-large;
39
- font-weight: bold;
40
- }
41
- }
42
-
43
33
  .dialog-header {
44
34
  @include list-item();
35
+ border-bottom: 1px solid color("divider");
36
+ }
37
+
38
+ .dialog-header-no-border {
39
+ border-bottom: none;
45
40
  }
46
41
 
47
42
  .dialog-header-icon {
@@ -51,13 +46,12 @@
51
46
  .dialog-header-primary,
52
47
  .dialog-header-secondary {
53
48
  box-sizing: border-box;
54
- padding: $spacing-small $spacing-normal;
55
49
  }
56
50
 
57
51
  .dialog-header-primary {
52
+ @include list-item-primary();
58
53
  font-size: $font-size-large;
59
54
  font-weight: bold;
60
- @include list-item-primary();
61
55
  }
62
56
 
63
57
  .dialog-header-primary-subtext {
@@ -65,21 +59,25 @@
65
59
  }
66
60
 
67
61
  .dialog-header-secondary {
68
- text-align: right;
62
+ @include list-item-secondary();
69
63
  }
70
64
 
71
65
  // Dialogs - content
72
66
  //----------------------------------------------------------------------
73
67
 
74
68
  .dialog-content {
75
- padding: $spacing-large;
76
- padding-top: 0;
69
+ padding: $spacing-normal;
70
+ @include force-text-wrap()
77
71
  }
78
72
 
79
73
  // Dialogs - actions
80
74
  //----------------------------------------------------------------------
81
75
 
82
76
  .dialog-actions {
77
+ border-top: 1px solid color("divider");
83
78
  padding: $spacing-normal;
84
- padding-top: 0;
79
+ }
80
+
81
+ .dialog-actions-no-border {
82
+ border-top: none;
85
83
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.13
4
+ version: 0.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand