dlegr250_material_design 0.4.73 → 0.4.74
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: 152cd3a575c0a9314ecedc3583ed8f3e7ff7943d
|
4
|
+
data.tar.gz: afbc295609c104d11a7bc2ae2941ca6da62d802b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d52e517999102083c62cf9a399ea9c66c7fe92615cde67c1f345b4678f9354225bc111f9d58478f740ccfe4515bd6f1b414804f9bb6bdc9b67f2ec982e609abc
|
7
|
+
data.tar.gz: 9e81001b6af88606cb29a10896c48b0298f84735f1f21bff1252f6173df4e8eef2cb1fc47e09a0da0346eab2ccb0d6424dceb2ce197bd7c115550e0e4adc495e
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
.tabs {
|
5
5
|
height: $tab-height;
|
6
|
-
@include
|
6
|
+
@include flex-parent-row();
|
7
7
|
}
|
8
8
|
|
9
9
|
.tabs-bordered {
|
@@ -23,6 +23,7 @@
|
|
23
23
|
border-bottom: 2px solid transparent;
|
24
24
|
color: color("helper");
|
25
25
|
cursor: pointer;
|
26
|
+
display: inline-flex;
|
26
27
|
font-size: $font-size-normal;
|
27
28
|
font-weight: 600;
|
28
29
|
height: $tab-height - 2px; // Account for 2px bottom border on tab
|