mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
15 lines
205 B
Plaintext
15 lines
205 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;
|
|
}
|
|
}
|