dlegr250_material_design 0.5.43 → 0.5.44

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: 46608d452a7d0b24f8e2e6d4db18f866872bb660
4
- data.tar.gz: b2e654e78df31b403bb14850d0fe10286bf98798
3
+ metadata.gz: 5a9e54915a959913627425b652a40d0fa2695787
4
+ data.tar.gz: 5cc475e113495392a83251ee66a72504e6bf92b8
5
5
  SHA512:
6
- metadata.gz: 53a835f3c7ffbcc02c64433e17883dca680299babbf27f39387e9f1010cbe5a6bd686af00b9431d866c425b61cad6a32132681bc421e4d35101371393d7ecede
7
- data.tar.gz: c630e35923e5d0b199fec60f80f8aabf3ff3fb825acf49fd30dbb51bc64a52abe0b66169fb245afc7373dd1b43a5aa71abca32c04eb49af3ea02de4df4a72821
6
+ metadata.gz: 5a0d71dae2284a0f1bc41e79fdbbb30416e8cb3f83d8af4a5fa2602a54a8cd7c611b1bc6eb1670775ea4d0fda1a3aad2b5ff4a9c8bef371d481e964905e9b7eb
7
+ data.tar.gz: aa65d46284fce5ecae0b9c982e3fa29beaf6b66e64ea5315dfdec1610372bb91aaffe088329a1d7c7e608f166481c20de241b1b6a1733846cce06cea094c1a79
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.43"
2
+ VERSION = "0.5.44"
3
3
  end
@@ -130,9 +130,22 @@
130
130
  //----------------------------------------------------------------------
131
131
 
132
132
  .dialog-header {
133
- // @include flex-parent-row();
133
+ @include flex-parent-row-align-top();
134
134
  border-bottom: 1px solid color("divider");
135
- padding: $spacing-normal;
135
+ padding: 0 $spacing-normal;
136
+ }
137
+
138
+ .dialog-header-icon {
139
+ padding-top: $spacing-small;
140
+ width: $appbar-button-height;
141
+
142
+ // To match up with .appbar-button
143
+ .button-icon {
144
+ font-size: $font-size-icon;
145
+ height: $appbar-button-height;
146
+ line-height: $appbar-button-height;
147
+ width: $appbar-button-height;
148
+ }
136
149
  }
137
150
 
138
151
  .dialog-header-primary {
@@ -149,6 +162,7 @@
149
162
 
150
163
  .dialog-header-secondary {
151
164
  @include list-item-secondary();
165
+ padding-top: $spacing-normal;
152
166
  }
153
167
 
154
168
  .dialog-header-secondary-actions {
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.5.43
4
+ version: 0.5.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-02 00:00:00.000000000 Z
11
+ date: 2017-03-03 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