Skip to content

Commit c8565f1

Browse files
committed
style: add custom content styling for message component
1 parent 6b4c57e commit c8565f1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

packages/components/src/message/style.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
background: var(--notifications-background);
3131
color: var(--notifications-foreground);
3232
}
33+
&-custom-content {
34+
display: flex;
35+
align-items: flex-start;
36+
align-items: center;
37+
:global(.anticon) {
38+
height: 21px;
39+
display: flex;
40+
align-items: center;
41+
justify-content: center;
42+
}
43+
}
3344

3445
&-success .@{iconfont-css-prefix} {
3546
color: @success-color;

0 commit comments

Comments
 (0)