[new feature] NoticeBar: support use inner icon (#2305)

This commit is contained in:
neverland
2018-12-16 16:07:40 +08:00
committed by GitHub
parent c100b045d1
commit ce225ea18b
6 changed files with 16 additions and 22 deletions
+3 -8
View File
@@ -17,21 +17,16 @@
}
&__left-icon {
height: 18px;
font-size: 16px;
min-width: 20px;
box-sizing: border-box;
img {
width: 16px;
height: 16px;
}
}
&__right-icon {
top: 12px;
top: 50%;
right: 15px;
font-size: 16px;
position: absolute;
margin-top: -0.5em;
}
&__wrap {