iview/styles/mixins/close.less
梁灏 40f8606f58 add Notice component
add Notice component
2016-09-20 09:30:35 +08:00

10 lines
No EOL
196 B
Text

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