@carbon/ibm-products-styles 2.55.0-rc.0 → 2.56.0-rc.0
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.
- package/css/index-full-carbon.css +9105 -9158
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +1150 -1565
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +2837 -4774
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +2250 -1875
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +14 -14
- package/scss/components/APIKeyModal/_api-key-modal.scss +7 -7
- package/scss/components/APIKeyModal/_carbon-imports.scss +5 -5
- package/scss/components/AboutModal/_about-modal.scss +13 -13
- package/scss/components/AboutModal/_carbon-imports.scss +2 -2
- package/scss/components/ActionBar/_action-bar.scss +2 -2
- package/scss/components/ActionBar/_carbon-imports.scss +2 -2
- package/scss/components/ActionSet/_action-set.scss +9 -10
- package/scss/components/ActionSet/_carbon-imports.scss +2 -2
- package/scss/components/AddSelect/_add-select.scss +43 -40
- package/scss/components/AddSelect/_carbon-imports.scss +10 -10
- package/scss/components/BigNumbers/_big-numbers.scss +26 -20
- package/scss/components/BigNumbers/_carbon-imports.scss +2 -2
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +8 -6
- package/scss/components/BreadcrumbWithOverflow/_carbon-imports.scss +3 -3
- package/scss/components/ButtonMenu/_button-menu.scss +3 -3
- package/scss/components/ButtonMenu/_carbon-imports.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_button-set-with-overflow.scss +2 -2
- package/scss/components/ButtonSetWithOverflow/_carbon-imports.scss +1 -1
- package/scss/components/Card/_carbon-imports.scss +2 -2
- package/scss/components/Card/_card.scss +23 -22
- package/scss/components/Carousel/_carousel.scss +5 -6
- package/scss/components/Cascade/_cascade.scss +2 -2
- package/scss/components/Checklist/_carbon-imports.scss +1 -1
- package/scss/components/Checklist/_checklist.scss +23 -24
- package/scss/components/Coachmark/_carbon-imports.scss +1 -1
- package/scss/components/Coachmark/_coachmark-dragbar.scss +1 -1
- package/scss/components/Coachmark/_coachmark-overlay.scss +34 -27
- package/scss/components/Coachmark/_coachmark-tagline.scss +18 -15
- package/scss/components/Coachmark/_coachmark.scss +1 -1
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +17 -17
- package/scss/components/CoachmarkButton/_coachmark-button.scss +1 -1
- package/scss/components/CoachmarkFixed/_coachmark-fixed.scss +1 -1
- package/scss/components/CoachmarkOverlayElement/_coachmark-overlay-element.scss +5 -5
- package/scss/components/CoachmarkOverlayElements/_coachmark-overlay-elements.scss +4 -4
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +11 -11
- package/scss/components/ComboButton/_combo-button.scss +13 -9
- package/scss/components/ConditionBuilder/_condition-builder.scss +11 -12
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +10 -10
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +26 -30
- package/scss/components/CreateFullPage/_carbon-imports.scss +6 -6
- package/scss/components/CreateFullPage/_create-full-page.scss +36 -26
- package/scss/components/CreateInfluencer/_carbon-imports.scss +1 -1
- package/scss/components/CreateInfluencer/_create-influencer.scss +5 -2
- package/scss/components/CreateModal/_carbon-imports.scss +3 -3
- package/scss/components/CreateModal/_create-modal.scss +15 -14
- package/scss/components/CreateSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/CreateSidePanel/_create-side-panel.scss +5 -5
- package/scss/components/CreateTearsheet/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +22 -20
- package/scss/components/CreateTearsheetNarrow/_carbon-imports.scss +1 -1
- package/scss/components/CreateTearsheetNarrow/_create-tearsheet-narrow.scss +8 -8
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +33 -32
- package/scss/components/Datagrid/_datagrid.scss +12 -8
- package/scss/components/Datagrid/styles/_datagrid.scss +135 -120
- package/scss/components/Datagrid/styles/_draggableElement.scss +11 -11
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +1 -1
- package/scss/components/Datagrid/styles/_useColumnCenterAlign.scss +2 -3
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +7 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +13 -13
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +62 -63
- package/scss/components/Datagrid/styles/_useNestedRows.scss +16 -16
- package/scss/components/Datagrid/styles/_useNestedTable.scss +10 -7
- package/scss/components/Datagrid/styles/_useSelectAllToggle.scss +6 -6
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +6 -6
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +11 -11
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +9 -9
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +19 -19
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +29 -29
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +10 -9
- package/scss/components/DecoratorBase/_decorator-base-mixins.scss +6 -8
- package/scss/components/DecoratorBase/_decorator-base.scss +11 -11
- package/scss/components/DelimitedList/_delimited-list.scss +1 -1
- package/scss/components/DescriptionList/_description-list.scss +9 -9
- package/scss/components/EditInPlace/_carbon-imports.scss +2 -2
- package/scss/components/EditInPlace/_edit-in-place.scss +8 -7
- package/scss/components/EditSidePanel/_carbon-imports.scss +1 -1
- package/scss/components/EditSidePanel/_edit-side-panel.scss +4 -4
- package/scss/components/EditTearsheet/_carbon-imports.scss +9 -0
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +20 -21
- package/scss/components/EditTearsheet/_index-with-carbon.scss +9 -0
- package/scss/components/EmptyStates/_carbon-imports.scss +2 -2
- package/scss/components/EmptyStates/_empty-state.scss +12 -10
- package/scss/components/ExampleComponent/_carbon-imports.scss +1 -1
- package/scss/components/ExportModal/_carbon-imports.scss +6 -6
- package/scss/components/ExportModal/_export-modal.scss +6 -6
- package/scss/components/FilterPanel/_carbon-imports.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +5 -5
- package/scss/components/FilterPanel/_filter-panel-checkbox.scss +3 -3
- package/scss/components/FilterPanel/_filter-panel-group.scss +4 -6
- package/scss/components/FilterPanel/_filter-panel-label.scss +1 -1
- package/scss/components/FilterPanel/_filter-panel-search.scss +8 -6
- package/scss/components/FilterPanel/_filter-panel.scss +1 -2
- package/scss/components/FilterSummary/_filter-summary.scss +9 -9
- package/scss/components/FullPageError/_full-page-error.scss +8 -9
- package/scss/components/GetStartedCard/_get-started-card.scss +12 -14
- package/scss/components/Guidebanner/_guidebanner.scss +37 -36
- package/scss/components/HTTPErrors/_carbon-imports.scss +1 -1
- package/scss/components/HTTPErrors/_http-errors.scss +11 -11
- package/scss/components/ImportModal/_carbon-imports.scss +4 -4
- package/scss/components/ImportModal/_import-modal.scss +12 -13
- package/scss/components/InlineTip/_inline-tip.scss +26 -25
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +43 -44
- package/scss/components/InterstitialScreenView/_interstitial-screen-view.scss +2 -2
- package/scss/components/InterstitialScreenViewModule/_interstitial-screen-view-module.scss +2 -2
- package/scss/components/Nav/_nav.scss +32 -37
- package/scss/components/NonLinearReading/_non-linear-reading.scss +11 -7
- package/scss/components/NotificationsPanel/_carbon-imports.scss +3 -3
- package/scss/components/NotificationsPanel/_notifications-panel.scss +50 -40
- package/scss/components/OptionsTile/_carbon-imports.scss +1 -1
- package/scss/components/OptionsTile/_options-tile.scss +23 -25
- package/scss/components/PageHeader/_carbon-imports.scss +4 -4
- package/scss/components/PageHeader/_page-header.scss +109 -105
- package/scss/components/ProductiveCard/_productive-card.scss +11 -12
- package/scss/components/RemoveModal/_carbon-imports.scss +3 -3
- package/scss/components/RemoveModal/_remove-modal.scss +4 -4
- package/scss/components/Saving/_carbon-imports.scss +2 -2
- package/scss/components/Saving/_saving.scss +2 -2
- package/scss/components/ScrollGradient/_scroll-gradient.scss +18 -18
- package/scss/components/SidePanel/_animations.scss +78 -0
- package/scss/components/SidePanel/_carbon-imports.scss +1 -1
- package/scss/components/SidePanel/_side-panel.scss +154 -65
- package/scss/components/SimpleHeader/_simple-header.scss +3 -3
- package/scss/components/StatusIcon/_status-icon.scss +1 -1
- package/scss/components/StatusIndicator/_carbon-imports.scss +2 -2
- package/scss/components/StatusIndicator/_status-indicator.scss +11 -11
- package/scss/components/StringFormatter/_carbon-imports.scss +1 -1
- package/scss/components/StringFormatter/_string-formatter.scss +6 -7
- package/scss/components/TagOverflow/_tag-overflow.scss +14 -15
- package/scss/components/TagSet/_carbon-imports.scss +5 -5
- package/scss/components/TagSet/_tag-set.scss +13 -14
- package/scss/components/Tearsheet/_carbon-imports.scss +2 -2
- package/scss/components/Tearsheet/_tearsheet.scss +55 -41
- package/scss/components/Toolbar/_carbon-imports.scss +1 -1
- package/scss/components/Toolbar/_toolbar.scss +11 -11
- package/scss/components/TooltipTrigger/_tooltip-trigger.scss +2 -2
- package/scss/components/TruncatedList/_truncated-list.scss +8 -2
- package/scss/components/UserAvatar/_carbon-imports.scss +1 -1
- package/scss/components/UserAvatar/_user-avatar.scss +6 -16
- package/scss/components/UserProfileImage/_carbon-imports.scss +1 -1
- package/scss/components/UserProfileImage/_color-map.scss +1 -1
- package/scss/components/UserProfileImage/_user-profile-image.scss +5 -4
- package/scss/components/WebTerminal/_carbon-imports.scss +2 -2
- package/scss/components/WebTerminal/_web-terminal.scss +11 -11
- package/scss/components/_index-released-only-with-carbon.scss +1 -0
- package/scss/components/_index-with-carbon.scss +1 -0
- package/scss/global/decorators/_side-panel-decorator.scss +3 -3
- package/scss/global/styles/_display-box.scss +19 -19
- package/scss/global/styles/_mixins.scss +3 -3
- package/scss/index-full-carbon.scss +1 -1
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
17
17
|
@use '../../global/styles/mixins';
|
|
18
18
|
@use '@carbon/styles/scss/spacing' as *;
|
|
19
|
-
@use '@carbon/
|
|
19
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
20
20
|
@use '@carbon/styles/scss/type';
|
|
21
|
-
@use '@carbon/
|
|
21
|
+
@use '@carbon/styles/scss/colors' as *;
|
|
22
22
|
@use '@carbon/styles/scss/components/button/tokens' as *;
|
|
23
23
|
@use '@carbon/styles/scss/motion' as *;
|
|
24
24
|
// Define all component styles in a mixin which is then exported using
|
|
@@ -33,18 +33,18 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
33
33
|
.#{$block-class} {
|
|
34
34
|
position: absolute;
|
|
35
35
|
z-index: 5901;
|
|
36
|
-
width: 18rem;
|
|
37
36
|
border-radius: $spacing-01;
|
|
38
37
|
background-color: $background-inverse;
|
|
39
38
|
color: $text-inverse;
|
|
39
|
+
inline-size: 18rem;
|
|
40
|
+
|
|
41
|
+
visibility: hidden;
|
|
40
42
|
$caret-height: calc(
|
|
41
43
|
$spacing-03 - $spacing-01
|
|
42
44
|
); // from the "peak" of the pyramid to its "base"
|
|
43
45
|
$caret-center: $caret-height; // use "center" for left-right calculations, and "height" for top-bottom calculations
|
|
44
46
|
$distance-offset: $spacing-06; // see also ./utils/constants.js > distanceOffset
|
|
45
47
|
|
|
46
|
-
visibility: hidden;
|
|
47
|
-
|
|
48
48
|
&--tooltip {
|
|
49
49
|
position: initial;
|
|
50
50
|
transform: none !important;
|
|
@@ -52,8 +52,8 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
52
52
|
|
|
53
53
|
&--fixed {
|
|
54
54
|
position: fixed;
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
inset-block-end: 0;
|
|
56
|
+
inset-inline-end: $spacing-05;
|
|
57
57
|
transform: translateY(100%);
|
|
58
58
|
|
|
59
59
|
transition: transform $duration-moderate-02 motion(exit, productive);
|
|
@@ -139,8 +139,8 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
139
139
|
|
|
140
140
|
// ANIMATED MEDIA
|
|
141
141
|
&__element-stepped-media {
|
|
142
|
-
|
|
143
|
-
margin-
|
|
142
|
+
block-size: calc($spacing-07 + $spacing-12); // 32 + 96 = 128
|
|
143
|
+
margin-block-end: $spacing-05;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
// BODY
|
|
@@ -156,11 +156,11 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
156
156
|
// CAROUSEL ELEMENTS
|
|
157
157
|
#{$block-class}-element {
|
|
158
158
|
display: block;
|
|
159
|
-
max-width: 100%;
|
|
160
159
|
flex: 0 0 100%;
|
|
160
|
+
max-inline-size: 100%;
|
|
161
161
|
|
|
162
162
|
#{$block-class}-element__content {
|
|
163
|
-
padding-
|
|
163
|
+
padding-block-end: $spacing-05;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
#{$block-class}-element__title > div {
|
|
@@ -182,15 +182,15 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
182
182
|
padding: $spacing-02 0 0 $spacing-03;
|
|
183
183
|
border: 0;
|
|
184
184
|
background-color: transparent;
|
|
185
|
-
text-align:
|
|
185
|
+
text-align: start;
|
|
186
186
|
|
|
187
187
|
&::before {
|
|
188
188
|
position: absolute;
|
|
189
|
-
|
|
190
|
-
left: $spacing-01;
|
|
191
|
-
width: calc($spacing-06 + $spacing-01);
|
|
192
|
-
height: calc($spacing-06 + $spacing-01);
|
|
189
|
+
block-size: calc($spacing-06 + $spacing-01);
|
|
193
190
|
content: '';
|
|
191
|
+
inline-size: calc($spacing-06 + $spacing-01);
|
|
192
|
+
inset-block-start: $spacing-01;
|
|
193
|
+
inset-inline-start: $spacing-01;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
&:hover {
|
|
@@ -209,15 +209,15 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
&--close-btn-container {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
margin-
|
|
212
|
+
block-size: $spacing-07;
|
|
213
|
+
inline-size: $spacing-07;
|
|
214
|
+
margin-inline-start: auto !important;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
&--close-btn {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
margin-
|
|
218
|
+
block-size: $spacing-07;
|
|
219
|
+
inline-size: $spacing-07;
|
|
220
|
+
margin-inline-start: auto !important;
|
|
221
221
|
|
|
222
222
|
svg > path {
|
|
223
223
|
margin: 0;
|
|
@@ -269,7 +269,8 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
&:focus {
|
|
272
|
-
box-shadow:
|
|
272
|
+
box-shadow:
|
|
273
|
+
inset 0 0 0 1px $background-inverse,
|
|
273
274
|
inset 0 0 0 $spacing-01 $white-0;
|
|
274
275
|
}
|
|
275
276
|
}
|
|
@@ -292,7 +293,8 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
292
293
|
}
|
|
293
294
|
|
|
294
295
|
&:focus {
|
|
295
|
-
box-shadow:
|
|
296
|
+
box-shadow:
|
|
297
|
+
inset 0 0 0 1px $background-inverse,
|
|
296
298
|
inset 0 0 0 $spacing-01 $white-0;
|
|
297
299
|
}
|
|
298
300
|
}
|
|
@@ -320,7 +322,8 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
320
322
|
.#{c4p-settings.$carbon-prefix}--btn--primary {
|
|
321
323
|
&:focus {
|
|
322
324
|
background-color: $button-primary-active;
|
|
323
|
-
box-shadow:
|
|
325
|
+
box-shadow:
|
|
326
|
+
inset 0 0 0 $spacing-01 $button-primary,
|
|
324
327
|
inset 0 0 0 to-rem(3px) $button-tertiary;
|
|
325
328
|
}
|
|
326
329
|
}
|
|
@@ -337,7 +340,9 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
337
340
|
}
|
|
338
341
|
|
|
339
342
|
&:focus {
|
|
340
|
-
box-shadow:
|
|
343
|
+
box-shadow:
|
|
344
|
+
inset 0 0 0 1px $blue-60,
|
|
345
|
+
inset 0 0 0 $spacing-01 $white-0;
|
|
341
346
|
}
|
|
342
347
|
}
|
|
343
348
|
}
|
|
@@ -353,7 +358,9 @@ $draghandle-btn-class: #{$block-class}__handle;
|
|
|
353
358
|
border-color: transparent;
|
|
354
359
|
|
|
355
360
|
&:focus {
|
|
356
|
-
box-shadow:
|
|
361
|
+
box-shadow:
|
|
362
|
+
inset 0 0 0 1px $blue-60,
|
|
363
|
+
inset 0 0 0 $spacing-01 $white-0;
|
|
357
364
|
}
|
|
358
365
|
|
|
359
366
|
&:active {
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
14
14
|
@use '../../global/styles/mixins';
|
|
15
15
|
@use '@carbon/styles/scss/spacing' as *;
|
|
16
|
-
@use '@carbon/
|
|
16
|
+
@use '@carbon/styles/scss/motion' as *;
|
|
17
17
|
@use '@carbon/styles/scss/type';
|
|
18
|
-
@use '@carbon/
|
|
19
|
-
@use '@carbon/
|
|
18
|
+
@use '@carbon/styles/scss/colors' as *;
|
|
19
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
20
20
|
@use '@carbon/styles/scss/components/button/tokens' as *;
|
|
21
21
|
// Define all component styles in a mixin which is then exported using
|
|
22
22
|
// the Carbon import-once mechanism.
|
|
@@ -27,16 +27,16 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-tagline;
|
|
|
27
27
|
.#{$block-class} {
|
|
28
28
|
position: fixed;
|
|
29
29
|
z-index: 1000;
|
|
30
|
-
right: $spacing-05;
|
|
31
|
-
bottom: 0;
|
|
32
30
|
display: grid;
|
|
33
31
|
overflow: hidden;
|
|
34
|
-
width: 18rem;
|
|
35
32
|
border-radius: $spacing-01 $spacing-01 0 0;
|
|
36
33
|
background: $purple-70;
|
|
37
34
|
background-image: linear-gradient(90deg, $blue-90 0%, $purple-70 100%);
|
|
38
35
|
color: $white-0 !important;
|
|
39
36
|
grid-template-columns: [cta-col] auto [close-btn-col] $spacing-08;
|
|
37
|
+
inline-size: 18rem;
|
|
38
|
+
inset-block-end: 0;
|
|
39
|
+
inset-inline-end: $spacing-05;
|
|
40
40
|
opacity: 1;
|
|
41
41
|
// stylelint-disable-next-line carbon/motion-duration-use
|
|
42
42
|
transition: opacity $duration-moderate-02 motion(exit, productive) 300ms;
|
|
@@ -87,11 +87,13 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-tagline;
|
|
|
87
87
|
background: transparent;
|
|
88
88
|
color: $white-0 !important;
|
|
89
89
|
grid-template-columns: [icon-col] $spacing-07 [body-col] auto;
|
|
90
|
-
text-align:
|
|
90
|
+
text-align: start;
|
|
91
91
|
@include type.type-style('body-short-01');
|
|
92
92
|
|
|
93
93
|
&:focus {
|
|
94
|
-
box-shadow:
|
|
94
|
+
box-shadow:
|
|
95
|
+
inset 0 0 0 3px $purple-70,
|
|
96
|
+
inset 0 0 0 $spacing-02 $white-0;
|
|
95
97
|
outline: 1px solid transparent;
|
|
96
98
|
}
|
|
97
99
|
|
|
@@ -105,18 +107,18 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-tagline;
|
|
|
105
107
|
}
|
|
106
108
|
|
|
107
109
|
&--close-btn-container {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
margin-
|
|
110
|
+
block-size: $spacing-07;
|
|
111
|
+
inline-size: $spacing-07;
|
|
112
|
+
margin-inline-start: auto;
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
&--close-btn {
|
|
114
|
-
width: $spacing-07;
|
|
115
|
-
height: $spacing-07;
|
|
116
116
|
border-color: transparent !important;
|
|
117
117
|
border-radius: 0;
|
|
118
|
-
|
|
118
|
+
block-size: $spacing-07;
|
|
119
119
|
color: $white-0;
|
|
120
|
+
inline-size: $spacing-07;
|
|
121
|
+
margin-inline-start: auto !important;
|
|
120
122
|
outline: 1px solid transparent;
|
|
121
123
|
|
|
122
124
|
&:active {
|
|
@@ -124,7 +126,8 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-tagline;
|
|
|
124
126
|
}
|
|
125
127
|
|
|
126
128
|
&:focus {
|
|
127
|
-
box-shadow:
|
|
129
|
+
box-shadow:
|
|
130
|
+
inset 0 0 0 1px $background-inverse,
|
|
128
131
|
inset 0 0 0 $spacing-01 $white-0 !important;
|
|
129
132
|
}
|
|
130
133
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
// Other Carbon settings if needed
|
|
19
19
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
20
20
|
// or
|
|
21
|
-
// TODO: @use '@carbon/
|
|
21
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
22
22
|
|
|
23
23
|
// Coachmark uses the following Carbon for IBM Products components:
|
|
24
24
|
// TODO: @use(s) of IBM Products component styles used by Coachmark
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
13
13
|
@use '../../global/styles/mixins';
|
|
14
14
|
@use '@carbon/styles/scss/spacing' as *;
|
|
15
|
-
@use '@carbon/
|
|
16
|
-
@use '@carbon/
|
|
15
|
+
@use '@carbon/styles/scss/colors' as *;
|
|
16
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
17
17
|
@use '@carbon/styles/scss/type';
|
|
18
18
|
@use '@carbon/styles/scss/components/button/tokens' as *;
|
|
19
19
|
@use '@carbon/styles/scss/motion' as *;
|
|
20
20
|
// Other Carbon settings if needed
|
|
21
21
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
22
22
|
// or
|
|
23
|
-
// TODO: @use '@carbon/
|
|
23
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
24
24
|
|
|
25
25
|
// CoachmarkBeacon uses the following Carbon for IBM Products components:
|
|
26
26
|
// TODO: @use(s) of IBM Products component styles used by CoachmarkBeacon
|
|
@@ -39,14 +39,14 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
|
|
|
39
39
|
// the blue dot
|
|
40
40
|
&::after {
|
|
41
41
|
position: absolute;
|
|
42
|
-
top: calc($spacing-01 + $spacing-03);
|
|
43
|
-
left: calc($spacing-01 + $spacing-03);
|
|
44
|
-
width: $spacing-04;
|
|
45
|
-
height: $spacing-04;
|
|
46
42
|
border-radius: 50%;
|
|
47
43
|
/* stylelint-disable-next-line carbon/theme-use */
|
|
48
44
|
background-color: $blue-50;
|
|
45
|
+
block-size: $spacing-04;
|
|
49
46
|
content: '';
|
|
47
|
+
inline-size: $spacing-04;
|
|
48
|
+
inset-block-start: calc($spacing-01 + $spacing-03);
|
|
49
|
+
inset-inline-start: calc($spacing-01 + $spacing-03);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
&:focus {
|
|
@@ -54,13 +54,13 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
|
|
|
54
54
|
|
|
55
55
|
&::before {
|
|
56
56
|
position: absolute;
|
|
57
|
-
top: 7px;
|
|
58
|
-
left: 7px;
|
|
59
57
|
display: block;
|
|
60
|
-
width: 18px;
|
|
61
|
-
height: 18px;
|
|
62
58
|
border-radius: 100%;
|
|
59
|
+
block-size: 18px;
|
|
63
60
|
content: '';
|
|
61
|
+
inline-size: 18px;
|
|
62
|
+
inset-block-start: 7px;
|
|
63
|
+
inset-inline-start: 7px;
|
|
64
64
|
/* stylelint-disable-next-line carbon/theme-use */
|
|
65
65
|
outline: $spacing-01 $focus solid;
|
|
66
66
|
}
|
|
@@ -70,13 +70,13 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
|
|
|
70
70
|
.#{$block-class}__target {
|
|
71
71
|
// the hit area
|
|
72
72
|
display: flex;
|
|
73
|
-
width: $spacing-07;
|
|
74
|
-
height: $spacing-07;
|
|
75
73
|
padding: 0;
|
|
76
74
|
border: none;
|
|
77
75
|
border-radius: 50%;
|
|
78
76
|
background-color: transparent;
|
|
77
|
+
block-size: $spacing-07;
|
|
79
78
|
cursor: pointer;
|
|
79
|
+
inline-size: $spacing-07;
|
|
80
80
|
|
|
81
81
|
&[aria-expanded='true'] {
|
|
82
82
|
circle {
|
|
@@ -88,10 +88,10 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
|
|
|
88
88
|
&__center {
|
|
89
89
|
position: absolute;
|
|
90
90
|
z-index: 6900;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
91
|
+
block-size: $spacing-11;
|
|
92
|
+
inline-size: $spacing-11;
|
|
93
|
+
inset-block-start: calc(($spacing-06 - $spacing-01) * -1);
|
|
94
|
+
inset-inline-start: calc(($spacing-06 - $spacing-01) * -1);
|
|
95
95
|
pointer-events: none;
|
|
96
96
|
|
|
97
97
|
circle {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
// Other Carbon settings if needed
|
|
13
13
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
14
14
|
// or
|
|
15
|
-
// TODO: @use '@carbon/
|
|
15
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
16
16
|
|
|
17
17
|
// CoachmarkButton uses the following Carbon for IBM Products components:
|
|
18
18
|
// TODO: @use(s) of IBM Products component styles used by CoachmarkButton
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
// Other Carbon settings if needed
|
|
13
13
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
14
14
|
// or
|
|
15
|
-
// TODO: @use '@carbon/
|
|
15
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
16
16
|
|
|
17
17
|
// CoachmarkFixed uses the following Carbon for IBM Products components:
|
|
18
18
|
// TODO: @use(s) of IBM Products component styles used by CoachmarkFixed
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
11
11
|
@use '../../global/styles/mixins';
|
|
12
12
|
@use '@carbon/styles/scss/spacing' as *;
|
|
13
|
-
@use '@carbon/
|
|
13
|
+
@use '@carbon/styles/scss/type' as *;
|
|
14
14
|
// Other Carbon settings if needed
|
|
15
15
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
16
16
|
// or
|
|
17
|
-
// TODO: @use '@carbon/
|
|
17
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
18
18
|
|
|
19
19
|
// CoachmarkOverlayElement uses the following Carbon for IBM Products components:
|
|
20
20
|
// TODO: @use(s) of IBM Products component styles used by CoachmarkOverlayElement
|
|
@@ -26,7 +26,7 @@ $carousel-item-class: #{c4p-settings.$pkg-prefix}--carousel__item;
|
|
|
26
26
|
padding: $spacing-01 $spacing-05 0;
|
|
27
27
|
|
|
28
28
|
&__content {
|
|
29
|
-
padding-
|
|
29
|
+
padding-block-end: $spacing-05;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&__title {
|
|
@@ -40,13 +40,13 @@ $carousel-item-class: #{c4p-settings.$pkg-prefix}--carousel__item;
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
&__button {
|
|
43
|
-
margin-
|
|
43
|
+
margin-block-end: 0;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
.#{$carousel-item-class} {
|
|
47
47
|
.#{$block-class} {
|
|
48
48
|
&__button {
|
|
49
|
-
margin-
|
|
49
|
+
margin-block-end: $spacing-05;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
// Other Carbon settings if needed
|
|
18
18
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
19
19
|
// or
|
|
20
|
-
// TODO: @use '@carbon/
|
|
20
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
21
21
|
|
|
22
22
|
// CoachmarkOverlayElements uses the following Carbon for IBM Products components:
|
|
23
23
|
@use '../Carousel/carousel';
|
|
@@ -28,8 +28,8 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-overlay-elements;
|
|
|
28
28
|
.#{$block-class} {
|
|
29
29
|
&__element-stepped-media {
|
|
30
30
|
/* stylelint-disable-next-line function-no-unknown -- to-rem carbon replacement for rem */
|
|
31
|
-
|
|
32
|
-
margin-
|
|
31
|
+
block-size: to-rem(128px);
|
|
32
|
+
margin-block-end: $spacing-05;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&__footer {
|
|
@@ -40,8 +40,8 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-overlay-elements;
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
&--controls-progress {
|
|
43
|
-
margin-right: auto;
|
|
44
43
|
justify-self: flex-start;
|
|
44
|
+
margin-inline-end: auto;
|
|
45
45
|
@include type.type-style('helper-text-01');
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
12
12
|
@use '../../global/styles/mixins';
|
|
13
13
|
@use '@carbon/styles/scss/spacing' as *;
|
|
14
|
-
@use '@carbon/
|
|
15
|
-
@use '@carbon/
|
|
16
|
-
@use '@carbon/
|
|
14
|
+
@use '@carbon/styles/scss/motion' as *;
|
|
15
|
+
@use '@carbon/styles/scss/colors' as *;
|
|
16
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
17
17
|
@use '@carbon/layout/scss/convert';
|
|
18
18
|
@use '@carbon/styles/scss/components/button/tokens' as *;
|
|
19
19
|
// Other Carbon settings if needed
|
|
20
20
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
21
21
|
// or
|
|
22
|
-
// TODO: @use '@carbon/
|
|
22
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
23
23
|
|
|
24
24
|
// CoachmarkStack uses the following Carbon for IBM Products components:
|
|
25
25
|
// TODO: @use(s) of IBM Products component styles used by CoachmarkStack
|
|
@@ -35,14 +35,14 @@ $stack-home-class: #{c4p-settings.$pkg-prefix}--coachmark-stacked-home;
|
|
|
35
35
|
|
|
36
36
|
position: fixed;
|
|
37
37
|
z-index: 5901;
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
inset-block-end: -100%;
|
|
39
|
+
inset-inline-end: $spacing-05;
|
|
40
40
|
//opacity: 0;
|
|
41
41
|
transform: translateY(100%);
|
|
42
42
|
visibility: hidden;
|
|
43
43
|
|
|
44
44
|
&--is-mounted {
|
|
45
|
-
|
|
45
|
+
inset-block-end: 0;
|
|
46
46
|
/* stylelint-disable-next-line carbon/motion-easing-use, carbon/motion-duration-use */
|
|
47
47
|
transition: $duration-moderate-02 motion(exit, productive);
|
|
48
48
|
@media (prefers-reduced-motion) {
|
|
@@ -58,8 +58,8 @@ $stack-home-class: #{c4p-settings.$pkg-prefix}--coachmark-stacked-home;
|
|
|
58
58
|
|
|
59
59
|
// Stack the level-one item behind the level-two item.
|
|
60
60
|
&--is-stacked {
|
|
61
|
-
bottom: 0;
|
|
62
61
|
overflow: hidden;
|
|
62
|
+
inset-block-end: 0;
|
|
63
63
|
pointer-events: none;
|
|
64
64
|
/* stylelint-disable-next-line function-no-unknown -- to-rem carbon replacement for rem */
|
|
65
65
|
transform: perspective(convert.to-rem(144px))
|
|
@@ -87,11 +87,11 @@ $stack-home-class: #{c4p-settings.$pkg-prefix}--coachmark-stacked-home;
|
|
|
87
87
|
// SPECIFIC TO THE HOME ELEMENT
|
|
88
88
|
.#{$stack-home-class} {
|
|
89
89
|
&__nav-links {
|
|
90
|
-
margin-
|
|
91
|
-
margin-
|
|
90
|
+
margin-block-start: $spacing-04;
|
|
91
|
+
margin-inline-start: calc(-1 * $spacing-05);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
&__icon-idea {
|
|
95
|
-
margin-
|
|
95
|
+
margin-block-end: $spacing-03;
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -18,16 +18,20 @@
|
|
|
18
18
|
.#{c4p-settings.$pkg-prefix}--combo-button__action {
|
|
19
19
|
display: block;
|
|
20
20
|
overflow-x: hidden;
|
|
21
|
+
@supports (overflow-inline: hidden) {
|
|
22
|
+
overflow-inline: hidden;
|
|
23
|
+
}
|
|
24
|
+
|
|
21
25
|
text-overflow: ellipsis;
|
|
22
26
|
white-space: nowrap;
|
|
23
27
|
}
|
|
24
28
|
|
|
25
29
|
.#{c4p-settings.$pkg-prefix}--combo-button
|
|
26
30
|
.#{c4p-settings.$pkg-prefix}--combo-button__overflow-menu {
|
|
27
|
-
width: $spacing-09;
|
|
28
|
-
height: $spacing-09;
|
|
29
|
-
border-left: $spacing-01 solid $border-subtle-01;
|
|
30
31
|
background-color: $background-brand;
|
|
32
|
+
block-size: $spacing-09;
|
|
33
|
+
border-inline-start: $spacing-01 solid $border-subtle-01;
|
|
34
|
+
inline-size: $spacing-09;
|
|
31
35
|
}
|
|
32
36
|
|
|
33
37
|
.#{c4p-settings.$pkg-prefix}--combo-button
|
|
@@ -43,8 +47,8 @@
|
|
|
43
47
|
|
|
44
48
|
.#{c4p-settings.$pkg-prefix}--combo-button
|
|
45
49
|
.cds--overflow-menu--flip.cds--overflow-menu-options[data-floating-menu-direction='bottom']::after {
|
|
46
|
-
|
|
47
|
-
|
|
50
|
+
block-size: 0;
|
|
51
|
+
inline-size: 0;
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
.#{c4p-settings.$pkg-prefix}--combo-button__overflow-menu.#{c4p-settings.$carbon-prefix}--overflow-menu:active {
|
|
@@ -57,8 +61,8 @@
|
|
|
57
61
|
}
|
|
58
62
|
|
|
59
63
|
.#{c4p-settings.$pkg-prefix}--combo-button__overflow-menu__list.#{c4p-settings.$carbon-prefix}--overflow-menu-options {
|
|
60
|
-
|
|
61
|
-
|
|
64
|
+
inline-size: 100%;
|
|
65
|
+
inset-inline-start: 0;
|
|
62
66
|
}
|
|
63
67
|
|
|
64
68
|
.#{c4p-settings.$pkg-prefix}--combo-button__overflow-menu__list:after {
|
|
@@ -66,9 +70,9 @@
|
|
|
66
70
|
}
|
|
67
71
|
|
|
68
72
|
.#{c4p-settings.$pkg-prefix}--combo-button__overflow-menu__item.#{c4p-settings.$carbon-prefix}--overflow-menu-options__btn {
|
|
69
|
-
max-
|
|
73
|
+
max-inline-size: 100%;
|
|
70
74
|
}
|
|
71
75
|
|
|
72
76
|
.#{c4p-settings.$pkg-prefix}--combo-button__overflow-menu__item__icon {
|
|
73
|
-
margin-
|
|
77
|
+
margin-inline-start: auto;
|
|
74
78
|
}
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
// Standard imports.
|
|
9
9
|
@use '../../global/styles/project-settings' as c4p-settings;
|
|
10
10
|
@use '../../global/styles/mixins';
|
|
11
|
-
@use '@carbon/
|
|
12
|
-
@use '@carbon/
|
|
13
|
-
@use '@carbon/
|
|
11
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
12
|
+
@use '@carbon/styles/scss/type' as *;
|
|
13
|
+
@use '@carbon/styles/scss/theme';
|
|
14
14
|
|
|
15
15
|
@use './styles/index';
|
|
16
16
|
// Other Carbon settings if needed
|
|
17
17
|
// TODO: @use '@carbon/styles/scss/grid';
|
|
18
18
|
// or
|
|
19
|
-
// TODO: @use '@carbon/
|
|
19
|
+
// TODO: @use '@carbon/styles/scss/grid';
|
|
20
20
|
|
|
21
21
|
// ConditionBuilder uses the following Carbon for IBM Products components:
|
|
22
22
|
// TODO: @use(s) of IBM Products component styles used by ConditionBuilder
|
|
@@ -33,18 +33,18 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
|
33
33
|
flex-flow: row wrap;
|
|
34
34
|
}
|
|
35
35
|
.#{$block-class}__gap {
|
|
36
|
-
margin-
|
|
36
|
+
margin-inline-end: $spacing-01;
|
|
37
37
|
}
|
|
38
38
|
.#{$block-class}__gap-bottom {
|
|
39
|
-
margin-
|
|
39
|
+
margin-block-end: $spacing-01;
|
|
40
40
|
}
|
|
41
41
|
.#{$block-class}__gap-left {
|
|
42
|
-
margin-
|
|
42
|
+
margin-inline-start: $spacing-01;
|
|
43
43
|
}
|
|
44
44
|
.#{$block-class}__condition-block {
|
|
45
45
|
display: flex;
|
|
46
|
-
width: fit-content;
|
|
47
46
|
flex-direction: row;
|
|
47
|
+
inline-size: fit-content;
|
|
48
48
|
}
|
|
49
49
|
.#{$block-class}__content-container {
|
|
50
50
|
display: flex;
|
|
@@ -52,8 +52,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
|
52
52
|
row-gap: $spacing-02;
|
|
53
53
|
}
|
|
54
54
|
.#{$block-class}__heading {
|
|
55
|
-
margin-
|
|
56
|
-
margin-bottom: $spacing-03;
|
|
55
|
+
margin-block: $spacing-03;
|
|
57
56
|
}
|
|
58
57
|
.#{$block-class}__Hierarchical
|
|
59
58
|
.#{$block-class}__actions-container
|
|
@@ -61,11 +60,11 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
|
61
60
|
flex-direction: column;
|
|
62
61
|
}
|
|
63
62
|
.#{$block-class}__group-separator {
|
|
64
|
-
margin-
|
|
63
|
+
margin-block-start: $spacing-02;
|
|
65
64
|
}
|
|
66
65
|
.#{$block-class}__add-group,
|
|
67
66
|
.#{$block-class}__group-separator {
|
|
68
|
-
|
|
67
|
+
inline-size: fit-content;
|
|
69
68
|
}
|
|
70
69
|
.#{$block-class}__tooltip {
|
|
71
70
|
word-break: break-all;
|
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
@use '@carbon/
|
|
9
|
-
@use '@carbon/
|
|
10
|
-
@use '@carbon/
|
|
11
|
-
@use '@carbon/styles/scss/components/tag' as *;
|
|
8
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
9
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
10
|
+
@use '@carbon/styles/scss/motion' as *;
|
|
11
|
+
@use '@carbon/styles/scss/components/tag/tokens' as *;
|
|
12
12
|
@use '@carbon/styles/scss/utilities/focus-outline';
|
|
13
13
|
@use '../../../global/styles/project-settings' as c4p-settings;
|
|
14
14
|
@use '@carbon/styles/scss/type';
|
|
15
15
|
@use '@carbon/styles/scss/type' as *;
|
|
16
|
-
@use '@carbon/
|
|
16
|
+
@use '@carbon/styles/scss/utilities';
|
|
17
17
|
|
|
18
18
|
$block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
19
19
|
|
|
@@ -56,12 +56,12 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
|
56
56
|
.#{$block-class}__text-ellipsis {
|
|
57
57
|
display: block;
|
|
58
58
|
overflow: hidden;
|
|
59
|
-
max-
|
|
59
|
+
max-inline-size: $spacing-13;
|
|
60
60
|
text-overflow: ellipsis;
|
|
61
61
|
text-wrap: nowrap;
|
|
62
62
|
}
|
|
63
63
|
.#{$block-class}__group-preview {
|
|
64
|
-
|
|
64
|
+
block-size: 0;
|
|
65
65
|
opacity: 0;
|
|
66
66
|
pointer-events: none;
|
|
67
67
|
transition: all $duration-moderate-02 motion(exit, expressive);
|
|
@@ -70,7 +70,7 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
.#{$block-class}__group-preview-animate {
|
|
73
|
-
|
|
73
|
+
block-size: auto;
|
|
74
74
|
color: $text-secondary;
|
|
75
75
|
opacity: 0.5;
|
|
76
76
|
pointer-events: none;
|
|
@@ -78,13 +78,13 @@ $block-class: #{c4p-settings.$pkg-prefix}--condition-builder;
|
|
|
78
78
|
}
|
|
79
79
|
.#{$block-class}__connector--disabled {
|
|
80
80
|
display: flex;
|
|
81
|
-
min-width: $spacing-10;
|
|
82
81
|
background-color: $layer;
|
|
83
82
|
color: $text-helper;
|
|
83
|
+
min-inline-size: $spacing-10;
|
|
84
84
|
pointer-events: none;
|
|
85
85
|
}
|
|
86
86
|
.#{$block-class}__condition-wrapper
|
|
87
87
|
> .#{$block-class}__condition-block:last-child
|
|
88
88
|
> .#{$block-class}__groupConnector {
|
|
89
|
-
margin-
|
|
89
|
+
margin-block-end: 0;
|
|
90
90
|
}
|