holygrail2 1.0.33 → 1.0.35
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.
package/package.json
CHANGED
|
@@ -421,8 +421,8 @@ $padding-bottom: (
|
|
|
421
421
|
$pl: 'padding-left';
|
|
422
422
|
$padding-left: (
|
|
423
423
|
pl-body: (
|
|
424
|
-
|
|
425
|
-
|
|
424
|
+
20px,
|
|
425
|
+
20px,
|
|
426
426
|
40px,
|
|
427
427
|
40px,
|
|
428
428
|
),
|
|
@@ -430,8 +430,8 @@ $padding-left: (
|
|
|
430
430
|
$pr: 'padding-right';
|
|
431
431
|
$padding-right: (
|
|
432
432
|
pr-body: (
|
|
433
|
-
|
|
434
|
-
|
|
433
|
+
20px,
|
|
434
|
+
20px,
|
|
435
435
|
40px,
|
|
436
436
|
40px,
|
|
437
437
|
),
|
package/scss/elements/_tabs.scss
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
font-size: 12px;
|
|
25
25
|
cursor: pointer;
|
|
26
|
-
padding:
|
|
26
|
+
padding: 0px 20px 8px 20px;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
&.is-active a,
|
|
@@ -74,6 +74,17 @@
|
|
|
74
74
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
+
.has-light{
|
|
78
|
+
.tabs{
|
|
79
|
+
&.is-active a,
|
|
80
|
+
&.is-active span {
|
|
81
|
+
&::after {
|
|
82
|
+
background-color: $c-white;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
77
88
|
.tabs-list,
|
|
78
89
|
.tabs-clear li {
|
|
79
90
|
display: block;
|