Files
atom/static/icons.less
2013-09-10 11:59:49 -07:00

14 lines
204 B
Plaintext

@import "ui-variables";
.icon:before {
margin-right: @component-icon-padding;
}
a.icon, button.icon {
text-decoration: none;
color: @text-color;
&:hover{
color: @text-color-highlight;
}
}