pulsar/static/icons.less
2013-09-10 12:01:16 -07:00

15 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;
}
}