mirror of
https://github.com/atom/atom.git
synced 2026-01-21 04:48:12 -05:00
14 lines
192 B
Plaintext
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;
|
|
}
|
|
}
|