@carbon/ibm-products 2.0.0-rc.5 → 2.0.0-rc.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@
6
6
  * restricted by GSA ADP Schedule Contract with IBM Corp.
7
7
  */
8
8
 
9
- @use '../../../global/styles/project-settings';
9
+ @use '../../../global/styles/project-settings' as c4p-settings;
10
10
  @use '@carbon/styles/scss/theme' as *;
11
11
  @use '@carbon/styles/scss/spacing' as *;
12
12
  @use './variables';
@@ -40,3 +40,21 @@
40
40
  width: 100%;
41
41
  @include shared-pseudo-styles();
42
42
  }
43
+
44
+ .#{variables.$block-class}__carbon-row.#{variables.$block-class}__carbon-row-expandable
45
+ .#{variables.$block-class}__cell.#{variables.$block-class}__expandable-row-cell {
46
+ padding: $spacing-03;
47
+ padding-right: 0;
48
+ }
49
+
50
+ .#{variables.$block-class}__row-expander.#{c4p-settings.$carbon-prefix}--btn {
51
+ display: flex;
52
+ width: $spacing-07;
53
+ height: $spacing-07;
54
+ min-height: $spacing-07;
55
+ justify-content: center;
56
+ padding: 0;
57
+ .#{variables.$block-class}__row-expander--icon {
58
+ fill: $layer-selected-inverse;
59
+ }
60
+ }