dlegr250_material_design 0.4.70 → 0.4.71
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5188fa239e960920a3e1a13c400217affb17a97
|
4
|
+
data.tar.gz: 41c1ec83f87a82740d6a01b6139d1797c44b703b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 150046e698ce0c37e27778b299b46e85232f6b105c30c66ae1891b46538d2dc90e78a979f2625603b982f506d9276793febdbfeaa4118ed023c252f32bf9d581
|
7
|
+
data.tar.gz: e66644fe22c57c72acb62bedc662ea7358f65cddfd48b75fd4cd515905056b6b3f1d475128d3e2a9574e6378e3266c376012baceebb5921d61bd3b5920850dec
|
@@ -26,7 +26,7 @@
|
|
26
26
|
font-size: $font-size-normal;
|
27
27
|
font-weight: 600;
|
28
28
|
height: $tab-height - 2px; // Account for 2px bottom border on tab
|
29
|
-
line-height: $tab-height - 2px;
|
29
|
+
// line-height: $tab-height - 2px;
|
30
30
|
// max-width: 264px;
|
31
31
|
// min-width: 72px;
|
32
32
|
text-align: center;
|
@@ -42,6 +42,7 @@
|
|
42
42
|
|
43
43
|
.tab-icon {
|
44
44
|
@include list-item-icon();
|
45
|
+
width: auto;
|
45
46
|
}
|
46
47
|
|
47
48
|
.tab-primary {
|