@salesforcedevs/docs-components 1.3.194-7-cssalpha → 1.3.194-8-cssalpha
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
|
@@ -36,6 +36,7 @@ header:not(.has-brand) > .header_l1 {
|
|
|
36
36
|
header:not(.has-brand) > .header_l2 {
|
|
37
37
|
border-bottom: 1px solid var(--dx-g-gray-90);
|
|
38
38
|
border-top: 1px solid var(--dx-g-gray-90);
|
|
39
|
+
padding-bottom: var(--dx-g-spacing-lg);
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
.header_l2_group.header_l2_group-right-ctas {
|
|
@@ -114,10 +115,8 @@ header:not(.has-brand) > .header_l2 {
|
|
|
114
115
|
.has-scoped-nav-items .header_l2_group-title {
|
|
115
116
|
border-bottom: 1px solid var(--dx-g-gray-90);
|
|
116
117
|
}
|
|
117
|
-
}
|
|
118
118
|
|
|
119
|
-
@media (min-width: 820px) and (max-width: 1160px) {
|
|
120
119
|
header:not(.has-brand) > .header_l2 {
|
|
121
|
-
padding-bottom:
|
|
120
|
+
padding-bottom: 0;
|
|
122
121
|
}
|
|
123
122
|
}
|