dlegr250_material_design 0.4.71 → 0.4.72
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: 0f3435c314d3298868716334dbb590efd882cc65
|
|
4
|
+
data.tar.gz: 109c32e828fdcde1253435dfb39ff8604aef276d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e639be048e41e517f98d4d22c83f63b20678fa9df3a3ff4bc996c8f0cb7c29aa000ea12d9102f09e0e777f920e4d4039417084f67fed685ceec070271337a364
|
|
7
|
+
data.tar.gz: 0b600cdf1435db6988d3867bba79279239759d7a1f367d58868739be51e9726e10aa044e12b1106d32667c93958de71439c5f954fed7c5dd22e909579e02160a
|
|
@@ -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 -
|
|
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 {
|