mana/less/core.less

16 lines
396 B
Plaintext
Raw Permalink Normal View History

// base
.@{ms-prefix} {
2015-03-23 14:16:34 +00:00
display: inline-block;
font: normal normal normal @ms-font-size-base/1 Mana;
2015-03-23 14:16:34 +00:00
font-size: inherit;
line-height: 1em;
text-rendering: auto;
transform: translate(0, 0);
speak: none;
text-transform: none;
vertical-align: middle;
2016-05-31 14:53:22 +00:00
// Better font rendering
2015-03-23 14:16:34 +00:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}