mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
20 lines
382 B
Plaintext
20 lines
382 B
Plaintext
@fontello-video: "\e800";
|
|
@fontello-audio: "\e801";
|
|
|
|
.fontello-icon(@name, @size: 16px) {
|
|
&:before {
|
|
font-family: 'fontello';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
|
|
font-size: @size;
|
|
width: @size;
|
|
height: @size;
|
|
|
|
content: @@name
|
|
}
|
|
} |