We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b069b2 commit 3a67a3fCopy full SHA for 3a67a3f
polaris-react/src/components/CalloutCard/CalloutCard.scss
@@ -25,17 +25,11 @@
25
}
26
27
.Title {
28
- margin-bottom: var(--p-space-5);
29
- #{$se23} & {
30
- margin-bottom: var(--p-space-2);
31
- }
+ margin-bottom: var(--p-space-2);
32
33
34
.Buttons {
35
- margin-top: var(--p-space-5);
36
37
- margin-top: var(--p-space-2);
38
+ margin-top: var(--p-space-2);
39
40
41
.Container {
@@ -46,7 +40,9 @@
46
right: var(--p-space-4);
47
top: var(--p-space-4);
48
42
position: absolute;
49
- #{$se23} & svg {
43
+
44
+ // stylelint-disable-next-line -- Dismiss icon color override
45
+ & svg {
50
fill: var(--p-color-icon-subdued);
51
52
0 commit comments