We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 860d9d5 + 4dd4cdc commit 4d881c4Copy full SHA for 4d881c4
1 file changed
src/components/SystemBanner/system-banner-item.css
@@ -100,4 +100,8 @@ slot[name="action"]::slotted(a) {
100
-webkit-box-orient: vertical;
101
max-height: calc(2 * var(--sgds-line-height-20, 20px)); /* 2 lines */
102
}
103
+ /* Vertically center icon on desktop */
104
+ ::slotted(sgds-icon) {
105
+ align-self: center;
106
+ }
107
0 commit comments