dlegr250_material_design 0.4.71 → 0.4.72

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: d5188fa239e960920a3e1a13c400217affb17a97
4
- data.tar.gz: 41c1ec83f87a82740d6a01b6139d1797c44b703b
3
+ metadata.gz: 0f3435c314d3298868716334dbb590efd882cc65
4
+ data.tar.gz: 109c32e828fdcde1253435dfb39ff8604aef276d
5
5
  SHA512:
6
- metadata.gz: 150046e698ce0c37e27778b299b46e85232f6b105c30c66ae1891b46538d2dc90e78a979f2625603b982f506d9276793febdbfeaa4118ed023c252f32bf9d581
7
- data.tar.gz: e66644fe22c57c72acb62bedc662ea7358f65cddfd48b75fd4cd515905056b6b3f1d475128d3e2a9574e6378e3266c376012baceebb5921d61bd3b5920850dec
6
+ metadata.gz: e639be048e41e517f98d4d22c83f63b20678fa9df3a3ff4bc996c8f0cb7c29aa000ea12d9102f09e0e777f920e4d4039417084f67fed685ceec070271337a364
7
+ data.tar.gz: 0b600cdf1435db6988d3867bba79279239759d7a1f367d58868739be51e9726e10aa044e12b1106d32667c93958de71439c5f954fed7c5dd22e909579e02160a
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.71"
2
+ VERSION = "0.4.72"
3
3
  end
@@ -29,6 +29,7 @@
29
29
  // line-height: $tab-height - 2px;
30
30
  // max-width: 264px;
31
31
  // min-width: 72px;
32
+ padding: 0 $spacing-normal;
32
33
  text-align: center;
33
34
  text-decoration: none;
34
35
  text-transform: uppercase;
@@ -37,19 +38,9 @@
37
38
  @include transition(all 0.30s ease);
38
39
  }
39
40
 
40
- // Tabs - tab - icon
41
+ // Tabs - colored
41
42
  //----------------------------------------------------------------------
42
43
 
43
- .tab-icon {
44
- @include list-item-icon();
45
- width: auto;
46
- }
47
-
48
- .tab-primary {
49
- @include list-item-primary();
50
- color: color("helper");
51
- }
52
-
53
44
  @each $color-name, $color in $colors {
54
45
  .tabs-#{$color-name} {
55
46
  .tab {
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.71
4
+ version: 0.4.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand