@rolster/styles-foundations 2.5.26 → 2.5.28

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.
@@ -3419,16 +3419,16 @@ body {
3419
3419
  text-align: left !important;
3420
3420
  }
3421
3421
  .rls-weight-light {
3422
- font-weight: var(--rls-font-weight-light);
3422
+ font-weight: var(--rls-font-weight-light) !important;
3423
3423
  }
3424
3424
  .rls-weight-medium {
3425
- font-weight: var(--rls-font-weight-medium);
3425
+ font-weight: var(--rls-font-weight-medium) !important;
3426
3426
  }
3427
3427
  .rls-weight-semibold {
3428
- font-weight: var(--rls-font-weight-semibold);
3428
+ font-weight: var(--rls-font-weight-semibold) !important;
3429
3429
  }
3430
3430
  .rls-weight-bold {
3431
- font-weight: var(--rls-font-weight-bold);
3431
+ font-weight: var(--rls-font-weight-bold) !important;
3432
3432
  }
3433
3433
  .rls-truncate {
3434
3434
  display: block;
@@ -4595,6 +4595,10 @@ button {
4595
4595
  width: var(--rls-sizing-x24);
4596
4596
  padding: 0rem;
4597
4597
  }
4598
+ .rls-datatable__cell--control > img,
4599
+ .rls-datatable__data--control > img {
4600
+ width: var(--rls-sizing-x12);
4601
+ }
4598
4602
  .rls-datatable__cell.rls-align-center,
4599
4603
  .rls-datatable__data.rls-align-center {
4600
4604
  justify-content: center;