@salesforcedevs/docs-components 1.3.49-heading-styles4 → 1.3.49-heading-styles5
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
|
@@ -78,7 +78,8 @@ h1 {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
h2 {
|
|
81
|
-
|
|
81
|
+
/* Could not find 32px in typography.css, But P.O wants 32px as per design */
|
|
82
|
+
font-size: 32px;
|
|
82
83
|
letter-spacing: -0.6px;
|
|
83
84
|
line-height: var(--dx-g-spacing-2xl);
|
|
84
85
|
margin: var(--dx-g-spacing-2xl) 0 var(--dx-g-spacing-md) 0;
|
|
@@ -17,19 +17,19 @@ h6 {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.display-3 doc-heading-content {
|
|
20
|
-
--doc-c-heading-anchor-button-bottom:
|
|
20
|
+
--doc-c-heading-anchor-button-bottom: 9.5px;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.display-4 {
|
|
24
|
-
/*
|
|
25
|
-
font-size:
|
|
24
|
+
/* Could not find 32px in typography.css, But P.O wants 32px as per design */
|
|
25
|
+
font-size: 32px;
|
|
26
26
|
letter-spacing: -0.6px;
|
|
27
27
|
line-height: var(--dx-g-spacing-2xl);
|
|
28
28
|
margin: var(--dx-g-spacing-2xl) 0 var(--dx-g-spacing-md) 0;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.display-4 doc-heading-content {
|
|
32
|
-
--doc-c-heading-anchor-button-bottom:
|
|
32
|
+
--doc-c-heading-anchor-button-bottom: 4.5px;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.display-5 {
|
|
@@ -40,7 +40,7 @@ h6 {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.display-5 doc-heading-content {
|
|
43
|
-
--doc-c-heading-anchor-button-bottom: -
|
|
43
|
+
--doc-c-heading-anchor-button-bottom: -0.5px;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.display-6 {
|