dlegr250_material_design 0.3.94 → 0.3.95
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: d9d7074a2bde032a7275ec645a74a4ab7b9d778d
|
|
4
|
+
data.tar.gz: 3d67d8c7f2fa5aa09cda9f6e7603d2c703b1e474
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20cdb165e789e909b95ed94e0321491079dd9892fd6a428280aa0d2a35322271a213ab27aecc8f8481e64df7d9ecfb3ed8fc9545f1af3a1d6f0839dd78d4498a
|
|
7
|
+
data.tar.gz: cefcbe762fa8241bbccd581bf34758e0e95cba8014310c10866edb4f72ce4e059a55ecb5d7f85f1f873b2f3c02e6c1c3d5ecf40c90c73b83d2213222498bb908
|
|
@@ -315,6 +315,26 @@ $buttons: ".button";
|
|
|
315
315
|
padding-right: $spacing-small;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
+
// Buttons - with normal icons + text
|
|
319
|
+
//----------------------------------------------------------------------
|
|
320
|
+
|
|
321
|
+
.button-icon-left,
|
|
322
|
+
.button-icon-right {
|
|
323
|
+
display: inline-flex;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.button-icon-left {
|
|
327
|
+
.material-icons {
|
|
328
|
+
padding-right: $spacing-small;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.button-icon-right {
|
|
333
|
+
.material-icons {
|
|
334
|
+
padding-left: $spacing-small;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
|
|
318
338
|
// Buttons - responsive
|
|
319
339
|
//----------------------------------------------------------------------
|
|
320
340
|
|
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.3.
|
|
4
|
+
version: 0.3.95
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel LeGrand
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-25 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
|