@salesforcedevs/docs-components 1.3.197-code-overflow1 → 1.3.199-alpha

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.197-code-overflow1",
3
+ "version": "1.3.199-alpha",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -51,10 +51,4 @@
51
51
  .dx-callout-base_column {
52
52
  display: flex;
53
53
  flex-direction: row;
54
- flex: 1;
55
- }
56
-
57
- .dx-callout-content {
58
- flex: 1;
59
- overflow: auto;
60
54
  }
@@ -7,6 +7,8 @@ dx-logo {
7
7
  .header_l2 {
8
8
  justify-content: space-between;
9
9
  height: var(--dx-g-doc-header-main-nav-height);
10
+ padding-bottom: var(--dx-g-spacing-xs);
11
+ background: white;
10
12
  }
11
13
 
12
14
  .nav_menu-button {
@@ -16,16 +18,24 @@ dx-logo {
16
18
  );
17
19
  }
18
20
 
21
+ .has-brand.has-scoped-nav-items {
22
+ border-bottom: 1px solid var(--dx-g-gray-90);
23
+ border-top: 1px solid var(--dx-g-gray-90);
24
+ }
25
+
19
26
  .nav_menu-ctas {
20
27
  margin-right: var(--dx-g-spacing-sm);
21
28
  }
22
29
 
23
30
  header:not(.has-brand) > .header_l1 {
24
- background: var(--dx-g-brand-current-color-background);
31
+ background: white;
32
+ border-bottom: 1px solid var(--dx-g-gray-90);
25
33
  }
26
34
 
27
35
  header:not(.has-brand) > .header_l2 {
28
- background: var(--dx-g-brand-current-color-background-2);
36
+ border-bottom: 1px solid var(--dx-g-gray-90);
37
+ border-top: 1px solid var(--dx-g-gray-90);
38
+ padding-bottom: var(--dx-g-spacing-lg);
29
39
  }
30
40
 
31
41
  .header_l2_group.header_l2_group-right-ctas {
@@ -56,6 +66,10 @@ header:not(.has-brand) > .header_l2 {
56
66
  --border-color: var(--button-primary-color-hover);
57
67
  }
58
68
 
69
+ .has-brand .header_l2_group-title {
70
+ padding-bottom: calc(var(--dx-g-spacing-md) + 2px);
71
+ }
72
+
59
73
  @media (max-width: 768px) {
60
74
  .header_l2 {
61
75
  padding: 0;
@@ -82,6 +96,10 @@ header:not(.has-brand) > .header_l2 {
82
96
  margin-right: var(--dx-g-spacing-sm);
83
97
  }
84
98
 
99
+ .has-brand .header_l2_group-title {
100
+ padding-bottom: var(--dx-g-spacing-smd);
101
+ }
102
+
85
103
  .header_l2_group-title {
86
104
  margin-right: 0;
87
105
  padding: var(--dx-g-spacing-smd)
@@ -102,6 +120,10 @@ header:not(.has-brand) > .header_l2 {
102
120
  }
103
121
 
104
122
  .has-scoped-nav-items .header_l2_group-title {
105
- border-bottom: 1px solid var(--dx-g-brand-current-color-border-2);
123
+ border-bottom: 1px solid var(--dx-g-gray-90);
124
+ }
125
+
126
+ header:not(.has-brand) > .header_l2 {
127
+ padding-bottom: 0;
106
128
  }
107
129
  }
@@ -14,9 +14,9 @@
14
14
  if:true={isValidBrand}
15
15
  sprite="salesforcebrand"
16
16
  symbol={brand}
17
- size="xlarge"
17
+ size="large"
18
18
  ></dx-icon>
19
- <span class="subtitle dx-text-display-6">
19
+ <span class="subtitle dx-text-display-7">
20
20
  {subtitle}
21
21
  </span>
22
22
  </a>