File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 28
28
" --mod-coachmark-content-font-weight" ,
29
29
" --mod-coachmark-content-line-height" ,
30
30
" --mod-coachmark-header-to-body" ,
31
+ " --mod-coachmark-heading-to-action-button" ,
31
32
" --mod-coachmark-image-to-heading" ,
32
33
" --mod-coachmark-max-width" ,
33
34
" --mod-coachmark-media-fixed-height" ,
101
102
" --spectrum-corner-radius-large-default" ,
102
103
" --spectrum-heading-color" ,
103
104
" --spectrum-line-height-200" ,
105
+ " --spectrum-medium-font-weight" ,
104
106
" --spectrum-popover-content-area-spacing" ,
105
107
" --spectrum-sans-serif-font" ,
106
108
" --spectrum-spacing-100" ,
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Copyright 2024 Adobe. All rights reserved.
2
+ * Copyright 2025 Adobe. All rights reserved.
3
3
*
4
4
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License. You may obtain a copy
42
42
--spectrum-coachmark-step-color : var (--spectrum-coach-mark-pagination-color );
43
43
--spectrum-coachmark-step-font-style : var (--spectrum-body-serif-font-style );
44
44
--spectrum-coachmark-step-font-size : var (--spectrum-coach-mark-pagination-body-font-size );
45
- --spectrum-coachmark-step-text-font-weight : var (--spectrum-body-sans-serif -font-weight );
45
+ --spectrum-coachmark-step-text-font-weight : var (--spectrum-medium -font-weight );
46
46
--spectrum-coachmark-step-text-line-height : var (--spectrum-line-height-200 );
47
47
--spectrum-coachmark-step-to-bottom : var (--spectrum-coach-mark-pagination-text-to-bottom-edge );
48
48
53
53
--mod-popover-content-area-spacing : 0 ;
54
54
--mod-button-edge-to-visual-only : 9px ;
55
55
/* @passthrough end */
56
+ }
56
57
58
+ .spectrum-CoachMark {
57
59
position : relative;
58
60
min-inline-size : var (--mod-coachmark-min-width , var (--spectrum-coachmark-min-width ));
59
61
max-inline-size : var (--mod-coachmark-max-width , var (--spectrum-coachmark-max-width ));
121
123
122
124
white-space : nowrap;
123
125
z-index : 1 ;
126
+ margin-inline-start : var (--mod-coachmark-heading-to-action-button , var (--spectrum-spacing-300 ));
124
127
margin-block : var (--mod-coachmark-action-menu-vertical-offset , var (--spectrum-coachmark-action-menu-vertical-offset ));
125
128
}
126
129
You can’t perform that action at this time.
0 commit comments