dlegr250_material_design 0.4.15 → 0.4.16

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: 0d2dda7a0ae700e6a3621046a064d139871a5faa
4
- data.tar.gz: 5bc23c8d5841d656cf3437a0c26cfdc5e5d1fde4
3
+ metadata.gz: 9a5299b8283ea3dfb347ff9a2aca57e428967b1b
4
+ data.tar.gz: 0561cdcfddf696e33d6b0be96846c0b9a84ffe1c
5
5
  SHA512:
6
- metadata.gz: 2ea6432cef5550f35bf2e205912eee5c9c1c5513c2fb8a3533911dc8ea4c65cf4f19fdd003bbb2de42874fbbf8d7bd611b3dde3a8ab530a24268a99da1aae4ec
7
- data.tar.gz: 683fa9d7d2e715f5ac069c0972998f86954011c75f7a9c563f32fcad2b53733806755a54ccf6f6bb33e78e840231c25c64e305a4945272f3ab2fb0ccd71a85f3
6
+ metadata.gz: 6e0cf81e7f52a1fd7aa83c5cf83c9193d46bc7c22d0b2071200452e4bee9c5e2bd9687a9f2efff04e38150887a789e93f9b1e5e0273148f7709f6f057c5c7ac0
7
+ data.tar.gz: 5c57833e24fc5470dce341ccdf3b78ce448620ae8a5073be99ac9c490d7bfe715e22c80c1bc3d12b5844c7457dcdbe5b0d8d02773e13d10f308d7542970fd147
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.15"
2
+ VERSION = "0.4.16"
3
3
  end
@@ -32,11 +32,8 @@
32
32
 
33
33
  .dialog-header {
34
34
  @include list-item();
35
- border-bottom: 1px solid color("divider");
36
- }
37
-
38
- .dialog-header-no-border {
39
- border-bottom: none;
35
+ padding: 24px;
36
+ padding-bottom: 20px;
40
37
  }
41
38
 
42
39
  .dialog-header-icon {
@@ -52,6 +49,7 @@
52
49
  @include list-item-primary();
53
50
  font-size: $font-size-large;
54
51
  font-weight: bold;
52
+ padding: 0;
55
53
  }
56
54
 
57
55
  .dialog-header-primary-subtext {
@@ -66,7 +64,8 @@
66
64
  //----------------------------------------------------------------------
67
65
 
68
66
  .dialog-content {
69
- padding: $spacing-normal;
67
+ padding: $spacing-large;
68
+ padding-top: 0;
70
69
  @include force-text-wrap()
71
70
  }
72
71
 
@@ -74,10 +73,5 @@
74
73
  //----------------------------------------------------------------------
75
74
 
76
75
  .dialog-actions {
77
- border-top: 1px solid color("divider");
78
- padding: $spacing-normal;
79
- }
80
-
81
- .dialog-actions-no-border {
82
- border-top: none;
76
+ padding: $spacing-small;
83
77
  }
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.15
4
+ version: 0.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand