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