@primer/brand-css 0.57.1 → 0.57.2-rc.2f84d8d9

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.
@@ -0,0 +1,52 @@
1
+ .SectionIntroStacked {
2
+ --brand-Grid-spacing-row: var(--base-size-48);
3
+ }
4
+
5
+ .SectionIntroStacked-heading--muted,
6
+ .SectionIntroStackedItem__item-text--muted {
7
+ color: var(--brand-color-text-muted);
8
+ }
9
+
10
+ .SectionIntroStacked-heading--muted em,
11
+ .SectionIntroStacked-heading--muted b,
12
+ .SectionIntroStackedItem__item-text em,
13
+ .SectionIntroStackedItem__item-text b {
14
+ color: var(--brand-color-text-default);
15
+ font-style: normal;
16
+ font-weight: var(--base-text-weight-semibold);
17
+ }
18
+
19
+ .SectionIntroStacked--full-width .SectionIntroStacked-heading {
20
+ max-width: none;
21
+ }
22
+
23
+ .SectionIntroStacked-link {
24
+ margin-block-start: var(--base-size-16);
25
+ }
26
+
27
+ .SectionIntroStacked-items {
28
+ margin: 0;
29
+ padding: 0;
30
+ list-style: none;
31
+ display: flex;
32
+ flex-direction: column;
33
+ gap: var(--base-size-32);
34
+ }
35
+
36
+ @media screen and (max-width: 63.25rem) {
37
+ .SectionIntroStacked-heading {
38
+ font-size: var(--brand-text-size-600);
39
+ }
40
+ }
41
+
42
+ @media screen and (min-width: 48rem) {
43
+ .SectionIntroStackedItem-item {
44
+ gap: var(--base-size-40);
45
+ }
46
+
47
+ .SectionIntroStacked-items {
48
+ /* Optical alignment with adjacent content */
49
+ position: relative;
50
+ top: var(--base-size-2);
51
+ }
52
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.57.1",
3
+ "version": "0.57.2-rc.2f84d8d9",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",