@primer/brand-css 0.58.2-rc.9b3424fe → 0.58.2-rc.d01fd9a7
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
|
+
--feature-list-font-size: var(--brand-text-size-200);
|
|
369
|
+
--feature-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,21 @@
|
|
|
400
403
|
margin-block-start: var(--base-size-20);
|
|
401
404
|
}
|
|
402
405
|
|
|
406
|
+
.PricingOptions__feature-list-item,
|
|
407
|
+
.PricingOptions__feature-list-item span {
|
|
408
|
+
font-size: var(--feature-list-font-size) !important;
|
|
409
|
+
line-height: var(--feature-list-line-height) !important;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.PricingOptions__feature-list-group-heading {
|
|
413
|
+
font-size: var(--feature-list-font-size) !important;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.PricingOptions--items4 .PricingOptions__feature-list {
|
|
417
|
+
--feature-list-font-size: var(--brand-text-size-100);
|
|
418
|
+
--feature-list-line-height: var(--brand-text-lineHeight-100);
|
|
419
|
+
}
|
|
420
|
+
|
|
403
421
|
/*
|
|
404
422
|
* Accordion component overrides
|
|
405
423
|
*/
|
|
@@ -425,8 +443,8 @@
|
|
|
425
443
|
|
|
426
444
|
/* Accordion heading styling */
|
|
427
445
|
.PricingOptions__feature-list-accordion .PricingOptions__feature-list-accordion-heading :is(h1, h2, h3, h4, h5, h6) {
|
|
428
|
-
font-size: var(--
|
|
429
|
-
line-height: var(--
|
|
446
|
+
font-size: var(--feature-list-font-size);
|
|
447
|
+
line-height: var(--feature-list-line-height);
|
|
430
448
|
gap: var(--base-size-8);
|
|
431
449
|
display: inline-flex;
|
|
432
450
|
align-items: center;
|