add Notice component

add Notice component
This commit is contained in:
梁灏 2016-09-20 09:30:35 +08:00
parent d367168798
commit 40f8606f58
17 changed files with 302 additions and 25 deletions

10
styles/mixins/close.less Normal file
View file

@ -0,0 +1,10 @@
.close-base(@top: 0) {
font-size: 22px;
color: @legend-color;
transition: color @transition-time ease;
position: relative;
top: @top;
&:hover {
color: #444;
}
}