Files
atom/static/atom-ui/styles/icons.less
2018-11-23 11:38:11 +09:00

14 lines
192 B
Plaintext

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