@primer/brand-css 0.0.0-20251003142021 → 0.0.0-20251006074816
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.
|
@@ -365,6 +365,9 @@
|
|
|
365
365
|
/* ---------------------------------------------------------- */
|
|
366
366
|
|
|
367
367
|
.PricingOptions__feature-list {
|
|
368
|
+
--featutre-list-font-size: var(--brand-text-size-200);
|
|
369
|
+
--featutre-list-line-height: var(--brand-text-lineHeight-200);
|
|
370
|
+
|
|
368
371
|
display: flex;
|
|
369
372
|
flex-direction: column;
|
|
370
373
|
gap: var(--base-size-8);
|
|
@@ -400,6 +403,17 @@
|
|
|
400
403
|
margin-block-start: var(--base-size-20);
|
|
401
404
|
}
|
|
402
405
|
|
|
406
|
+
.PricingOptions__feature-list-item,
|
|
407
|
+
s.PricingOptions__feature-list-item span {
|
|
408
|
+
font-size: var(--featutre-list-font-size) !important;
|
|
409
|
+
line-height: var(--featutre-list-line-height) !important;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.PricingOptions--items4 .PricingOptions__feature-list {
|
|
413
|
+
--featutre-list-font-size: var(--brand-text-size-100);
|
|
414
|
+
--featutre-list-line-height: var(--brand-text-lineHeight-100);
|
|
415
|
+
}
|
|
416
|
+
|
|
403
417
|
/*
|
|
404
418
|
* Accordion component overrides
|
|
405
419
|
*/
|
|
@@ -425,8 +439,8 @@
|
|
|
425
439
|
|
|
426
440
|
/* Accordion heading styling */
|
|
427
441
|
.PricingOptions__feature-list-accordion .PricingOptions__feature-list-accordion-heading :is(h1, h2, h3, h4, h5, h6) {
|
|
428
|
-
font-size: var(--
|
|
429
|
-
line-height: var(--
|
|
442
|
+
font-size: var(--featutre-list-font-size);
|
|
443
|
+
line-height: var(--featutre-list-line-height);
|
|
430
444
|
gap: var(--base-size-8);
|
|
431
445
|
display: inline-flex;
|
|
432
446
|
align-items: center;
|