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 6f80776 commit 842c48bCopy full SHA for 842c48b
src/packages/noticebar/noticebar.scss
@@ -51,6 +51,9 @@
51
min-width: $noticebar-left-icon-width;
52
margin-right: $noticebar-icon-gap;
53
background-size: 100% 100%;
54
+ .nut-icon {
55
+ color: $noticebar-color;
56
+ }
57
}
58
59
&-right-icon {
@@ -63,12 +66,14 @@
63
66
.nut-icon {
64
67
width: 12px;
65
68
height: 12px;
69
70
71
72
73
&-wrap {
74
display: flex;
75
flex: 1;
76
+ align-items: center;
77
height: $noticebar-line-height;
78
line-height: $noticebar-line-height;
79
overflow: hidden;
@@ -77,6 +82,7 @@
82
.nut-noticebar-box-wrap-content {
83
position: absolute;
84
white-space: nowrap;
85
80
86
81
87
&.nut-ellipsis {
88
max-width: 100%;
0 commit comments