dlegr250_material_design 0.4.18 → 0.4.19

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: 2a795b25d4b8eb84d99b9d3a73ac7dadbc5b79a0
4
- data.tar.gz: 715fe04450ac81bcbf82667c10ee5a75ac8cbf1d
3
+ metadata.gz: 04fe629c2695a2b7f044269d1c457ac633feefea
4
+ data.tar.gz: dc3e7f2810557f2eda89268d470a583160e8c2f2
5
5
  SHA512:
6
- metadata.gz: 1024723d30e21dcbef522d42126c7ae6f8d2ea078ab4665138f0e43b4f835766d9921a6f34036f71e6a2b65be0cc8773be7104e7849f7d66bf7ee776d4bce229
7
- data.tar.gz: a214fe1a1d32214bab9e9bfab45eeb440594467eea046224daa416e094cda7e3eb38882ca414bdbcef100666566f9fb4ce6165fc2c9007542349169e5b70554b
6
+ metadata.gz: 987f8b36271f90bfe7bdf73f9c016f505468a9f1b5ad73e155ac3df41f86ae46e44879e24e90b8f9613adc9d6d8453be279daf1debebf108f956a421178c613c
7
+ data.tar.gz: 0f632f75cf2e870b3b28720f63aa011882462f497dbf50ce7ff8d3b62b1d30fd04b698bd175e9941a40ef86235cb7053b9ed28e7bab2965cf868c5a362195029
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.18"
2
+ VERSION = "0.4.19"
3
3
  end
@@ -280,6 +280,11 @@ $default-rounded-corners-radius: 3px;
280
280
 
281
281
  @mixin list-item-secondary() {
282
282
  color: color("icon");
283
- padding-right: $spacing-small;
283
+ padding-right: $spacing-normal;
284
284
  text-align: right;
285
285
  }
286
+
287
+ @mixin list-item-secondary-actions() {
288
+ @include list-item-secondary();
289
+ padding-right: $spacing-small;
290
+ }
@@ -64,6 +64,11 @@
64
64
  @include list-item-secondary();
65
65
  }
66
66
 
67
+ .card-header-seconday-actions {
68
+ @include list-item-seconday-actions();
69
+ }
70
+
71
+
67
72
  // Card - content
68
73
  //----------------------------------------------------------------------
69
74
 
@@ -61,6 +61,11 @@
61
61
  @include list-item-secondary();
62
62
  }
63
63
 
64
+ .dialog-header-seconday-actions {
65
+ @include list-item-seconday-actions();
66
+ }
67
+
68
+
64
69
  // Dialogs - content
65
70
  //----------------------------------------------------------------------
66
71
 
@@ -56,7 +56,6 @@ ol {
56
56
  .list-header-primary,
57
57
  .list-header-secondary {
58
58
  box-sizing: border-box;
59
- padding: $spacing-small $spacing-normal;
60
59
  }
61
60
 
62
61
  .list-header-primary {
@@ -176,6 +175,10 @@ ol {
176
175
  @include list-item-secondary();
177
176
  }
178
177
 
178
+ .list-item-seconday-actions {
179
+ @include list-item-seconday-actions();
180
+ }
181
+
179
182
  .list-item-misc {
180
183
  color: color("helper");
181
184
  font-size: $font-size-small;
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.18
4
+ version: 0.4.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand