fix: customize icon in notification size not correct (#16507)

pull/16510/head
zombieJ 6 years ago committed by GitHub
parent 62f8924393
commit 0030861293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,12 +83,17 @@
font-size: @font-size-base;
}
.@{iconfont-css-prefix}&-icon {
// Icon & color style in different selector level
// https://github.com/ant-design/ant-design/issues/16503
// https://github.com/ant-design/ant-design/issues/15512
&-icon {
position: absolute;
margin-left: 4px;
font-size: 24px;
line-height: 24px;
}
.@{iconfont-css-prefix}&-icon {
&-success {
color: @success-color;
}

Loading…
Cancel
Save