mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
15 lines
204 B
Text
15 lines
204 B
Text
|
@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;
|
||
|
}
|
||
|
}
|