@primer/brand-css 0.72.0-rc.4db5fc89 → 0.72.0-rc.65d39ab5
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/components/Avatar/Avatar.css +1 -0
- package/components/BreakoutBanner/BreakoutBanner.css +4 -0
- package/components/CTABanner/CTABanner.css +4 -0
- package/components/EyebrowBanner/EyebrowBanner.css +5 -0
- package/components/Hero/Hero.css +4 -0
- package/components/LogoSuite/LogoSuite.css +4 -0
- package/components/MinimalFooter/MinimalFooter.css +1 -0
- package/components/PricingOptions/PricingOptions.css +4 -0
- package/components/SectionIntro/SectionIntro.css +4 -0
- package/components/Statistic/Statistic.css +4 -0
- package/components/Testimonial/Testimonial.css +4 -0
- package/components/river/RiverStoryScroll/RiverStoryScroll.css +1 -0
- package/components/river/river-shared.css +9 -0
- package/package.json +1 -1
package/components/Hero/Hero.css
CHANGED
|
@@ -410,6 +410,10 @@
|
|
|
410
410
|
grid-row: leadingComponent;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
+
.PricingOptions__leading-component :is(img, picture) {
|
|
414
|
+
display: block;
|
|
415
|
+
}
|
|
416
|
+
|
|
413
417
|
.PricingOptions__label {
|
|
414
418
|
color: var(--brand-color-text-default);
|
|
415
419
|
font-family: var(--brand-fontStack-monospace);
|
|
@@ -34,6 +34,10 @@
|
|
|
34
34
|
order: 2;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
.River__visual :is(img, picture) {
|
|
38
|
+
display: block;
|
|
39
|
+
}
|
|
40
|
+
|
|
37
41
|
.River__visual--fill-media img,
|
|
38
42
|
.River__visual--fill-media picture,
|
|
39
43
|
.River__visual--fill-media video {
|
|
@@ -155,6 +159,11 @@
|
|
|
155
159
|
line-height: calc(1lh * 1.1);
|
|
156
160
|
}
|
|
157
161
|
|
|
162
|
+
.River__leadingComponent :is(img, picture),
|
|
163
|
+
.River__trailingComponent :is(img, picture) {
|
|
164
|
+
display: block;
|
|
165
|
+
}
|
|
166
|
+
|
|
158
167
|
.River__trailingComponent {
|
|
159
168
|
margin-block-start: var(--brand-River-spacing-inner);
|
|
160
169
|
}
|