dlegr250_material_design 0.3.37 → 0.3.38

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: 5d0bf3f65e8458fc2f03421a711674948dabd592
4
- data.tar.gz: cd0e4e03a8a96f0d8e6860b7f3c64abe568b489e
3
+ metadata.gz: 39ae3aa524e7d1289ba6d5bcf4b6cfa3a09738d8
4
+ data.tar.gz: 2f28400ae9c00118f53f55f6196d275dae7d49a9
5
5
  SHA512:
6
- metadata.gz: 43b90d4e3de37813082f6ae18c7d9e11b727964c3068c0857bf67f2f234e11983e2a843ae3227a47708ad99a879685bb4b83c36a9545b63e23b8c555eba2291a
7
- data.tar.gz: 99a5ca9e0fe85c820056f0f6570eef1ca81531eb5831cab7feda36c77558b0f4c7598c5706cba298c8d7e63ac3b3c88256edba1c251b1934afaf4c1c3ad5932c
6
+ metadata.gz: 203d25cffe46db0e1dcb83130f93fc3d35f99a7d1d37c9035205ce01bafb7dfcf00d574a41920b9f07adf2f1c44ace2d6c3f1256cef52ef33b64830a140c12d9
7
+ data.tar.gz: b3b61a686d55858e6025ddbd1a071ed33f60770d36a5a52f53193d727e72f8c9861a76f20b10b2ef345a45f2b496a35de0157bedb949862aae6757070ab220ff
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.37"
2
+ VERSION = "0.3.38"
3
3
  end
@@ -46,6 +46,10 @@
46
46
  flex: 3 !important;
47
47
  }
48
48
 
49
+ .flex-parent-row {
50
+ @include flex-parent-row();
51
+ }
52
+
49
53
  // Constrained to max size to center content
50
54
  //----------------------------------------------------------------------
51
55
 
@@ -229,6 +233,13 @@
229
233
  font-size: $font-size-xlarge !important;
230
234
  }
231
235
 
236
+ $font-sizes: 8, 10, 12, 14, 16, 18, 20, 22, 24;
237
+ @each $size in $font-sizes {
238
+ .font-size-#{$size} {
239
+ font-size: $size !important;
240
+ }
241
+ }
242
+
232
243
  // Truncating text
233
244
  //----------------------------------------------------------------------
234
245
 
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.37
4
+ version: 0.3.38
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-08-09 00:00:00.000000000 Z
11
+ date: 2016-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler