We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec433dc commit cd6fc39Copy full SHA for cd6fc39
1 file changed
packages/styles/scss/components/notification/_actionable-notification.scss
@@ -190,7 +190,10 @@
190
display: flex;
191
flex-grow: 1;
192
margin: 0 $spacing-09 0 $spacing-05;
193
+ }
194
195
+ .#{$prefix}--actionable-notification:not(.#{$prefix}--actionable-notification--toast)
196
+ .#{$prefix}--actionable-notification__details {
197
@include breakpoint(md) {
198
margin: 0 $spacing-05;
199
}
0 commit comments