@salesforcedevs/docs-components 1.3.194-7-cssalpha → 1.3.194-9-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "1.3.194-7-cssalpha",
3
+ "version": "1.3.194-9-cssalpha",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -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 {
@@ -113,11 +114,10 @@ header:not(.has-brand) > .header_l2 {
113
114
 
114
115
  .has-scoped-nav-items .header_l2_group-title {
115
116
  border-bottom: 1px solid var(--dx-g-gray-90);
117
+ padding-bottom: calc(var(--dx-g-spacing-md) + 2px);
116
118
  }
117
- }
118
119
 
119
- @media (min-width: 820px) and (max-width: 1160px) {
120
120
  header:not(.has-brand) > .header_l2 {
121
- padding-bottom: var(--dx-g-spacing-lg);
121
+ padding-bottom: 0;
122
122
  }
123
123
  }