mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
e9b3ad2f68
In /static
15 lines
204 B
Plaintext
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;
|
|
}
|
|
}
|