@carbon/ibm-products 2.19.0 → 2.19.1

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.
@@ -2410,14 +2410,6 @@ p.c4p--about-modal__copyright-text:first-child {
2410
2410
  width: 16rem;
2411
2411
  max-width: 100%;
2412
2412
  }
2413
- .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--xs {
2414
- right: 0;
2415
- border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2416
- }
2417
- .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--xs {
2418
- left: 0;
2419
- border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2420
- }
2421
2413
  .c4p--side-panel__container.c4p--side-panel__container--sm {
2422
2414
  width: 20rem;
2423
2415
  max-width: 100%;
@@ -2429,14 +2421,6 @@ p.c4p--about-modal__copyright-text:first-child {
2429
2421
  width: 20rem;
2430
2422
  max-width: 100%;
2431
2423
  }
2432
- .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--sm {
2433
- right: 0;
2434
- border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2435
- }
2436
- .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--sm {
2437
- left: 0;
2438
- border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2439
- }
2440
2424
  .c4p--side-panel__container.c4p--side-panel__container--md {
2441
2425
  width: 30rem;
2442
2426
  max-width: 100%;
@@ -2448,14 +2432,6 @@ p.c4p--about-modal__copyright-text:first-child {
2448
2432
  width: 30rem;
2449
2433
  max-width: 100%;
2450
2434
  }
2451
- .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--md {
2452
- right: 0;
2453
- border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2454
- }
2455
- .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--md {
2456
- left: 0;
2457
- border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2458
- }
2459
2435
  .c4p--side-panel__container.c4p--side-panel__container--lg {
2460
2436
  width: 40rem;
2461
2437
  max-width: 100%;
@@ -2467,14 +2443,6 @@ p.c4p--about-modal__copyright-text:first-child {
2467
2443
  width: 40rem;
2468
2444
  max-width: 100%;
2469
2445
  }
2470
- .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--lg {
2471
- right: 0;
2472
- border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2473
- }
2474
- .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--lg {
2475
- left: 0;
2476
- border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2477
- }
2478
2446
  .c4p--side-panel__container.c4p--side-panel__container--2xl {
2479
2447
  width: 75%;
2480
2448
  max-width: 100%;
@@ -2486,11 +2454,11 @@ p.c4p--about-modal__copyright-text:first-child {
2486
2454
  width: 75%;
2487
2455
  max-width: 100%;
2488
2456
  }
2489
- .c4p--side-panel__container.c4p--side-panel__container-right-placement.c4p--side-panel__container--2xl {
2457
+ .c4p--side-panel__container.c4p--side-panel__container-right-placement {
2490
2458
  right: 0;
2491
2459
  border-left: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2492
2460
  }
2493
- .c4p--side-panel__container.c4p--side-panel__container-left-placement.c4p--side-panel__container--2xl {
2461
+ .c4p--side-panel__container.c4p--side-panel__container-left-placement {
2494
2462
  left: 0;
2495
2463
  border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
2496
2464
  }