dlegr250_material_design 0.5.43 → 0.5.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a9e54915a959913627425b652a40d0fa2695787
|
|
4
|
+
data.tar.gz: 5cc475e113495392a83251ee66a72504e6bf92b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a0d71dae2284a0f1bc41e79fdbbb30416e8cb3f83d8af4a5fa2602a54a8cd7c611b1bc6eb1670775ea4d0fda1a3aad2b5ff4a9c8bef371d481e964905e9b7eb
|
|
7
|
+
data.tar.gz: aa65d46284fce5ecae0b9c982e3fa29beaf6b66e64ea5315dfdec1610372bb91aaffe088329a1d7c7e608f166481c20de241b1b6a1733846cce06cea094c1a79
|
|
@@ -130,9 +130,22 @@
|
|
|
130
130
|
//----------------------------------------------------------------------
|
|
131
131
|
|
|
132
132
|
.dialog-header {
|
|
133
|
-
|
|
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.
|
|
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-
|
|
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
|