2015-04-13 15:34:53 +00:00
|
|
|
.@{ss-prefix} {
|
2015-03-14 21:50:15 +00:00
|
|
|
display: inline-block;
|
2015-04-13 15:34:53 +00:00
|
|
|
font: normal normal normal @ss-font-size-base/1 Keyrune;
|
2015-03-14 21:50:15 +00:00
|
|
|
font-size: inherit;
|
|
|
|
line-height: 1em;
|
|
|
|
text-rendering: auto;
|
|
|
|
transform: translate(0, 0);
|
|
|
|
speak: none;
|
|
|
|
text-transform: none;
|
|
|
|
vertical-align: middle;
|
2016-02-15 20:57:21 +00:00
|
|
|
// Better font rendering
|
2015-03-14 21:50:15 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2016-02-15 20:57:21 +00:00
|
|
|
// default if the set does not exist yet, or setcode does not match
|
2015-12-05 22:11:35 +00:00
|
|
|
&:before {
|
|
|
|
content: "\e684";
|
|
|
|
}
|
2015-03-14 21:50:15 +00:00
|
|
|
}
|