pulsar/static/icons.less

15 lines
205 B
Plaintext
Raw Normal View History

@import "ui-variables";
2013-08-23 01:10:50 +04:00
.icon::before {
2013-09-05 21:05:19 +04:00
margin-right: @component-icon-padding;
}
a.icon,
button.icon {
2013-08-22 03:30:00 +04:00
text-decoration: none;
color: @text-color;
&:hover{
color: @text-color-highlight;
}
2013-08-23 01:10:50 +04:00
}