dlegr250_material_design 0.4.69 → 0.4.70
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: cc9ca09e7b6cc637a3d010b7c71117b552c2b58d
|
4
|
+
data.tar.gz: 67281628f674ace8ad65e187f92bfc0bff452dc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3489adb8a61bc3f125d40ee208fd52551817ffe0e42fe1405dad5362f1fec4fb5f30a6bfea66fe4af916b3d99343e80f40c6796b15b8e7a6d228223d78d68ce2
|
7
|
+
data.tar.gz: 75989c14f0631542935233c811452c5fbb02123448a8c887d68b639fdee095b5a6bc0693bb4ae8d10f483ec03af3b75a6f9abc07267bc985921a274b78168789
|
@@ -29,16 +29,12 @@
|
|
29
29
|
line-height: $tab-height - 2px;
|
30
30
|
// max-width: 264px;
|
31
31
|
// min-width: 72px;
|
32
|
-
padding: 0 $spacing-normal;
|
33
32
|
text-align: center;
|
34
33
|
text-decoration: none;
|
35
34
|
text-transform: uppercase;
|
36
35
|
vertical-align: middle;
|
36
|
+
@include list-item();
|
37
37
|
@include transition(all 0.30s ease);
|
38
|
-
|
39
|
-
&:active {
|
40
|
-
background-color: color("hover");
|
41
|
-
}
|
42
38
|
}
|
43
39
|
|
44
40
|
// Tabs - tab - icon
|
@@ -50,6 +46,7 @@
|
|
50
46
|
|
51
47
|
.tab-primary {
|
52
48
|
@include list-item-primary();
|
49
|
+
color: color("helper");
|
53
50
|
}
|
54
51
|
|
55
52
|
@each $color-name, $color in $colors {
|