mana/sass/_core.scss

18 lines
434 B
SCSS
Raw Normal View History

@use "variables";
// base
.#{variables.$ms-prefix} {
2017-03-23 07:56:41 +00:00
display: inline-block;
font: normal normal normal variables.$ms-font-size-base Mana;
2017-03-23 07:56:41 +00:00
font-size: inherit;
line-height: 1em;
text-rendering: auto;
transform: translate(0, 0);
speak: none;
text-transform: none;
vertical-align: middle;
// Better font rendering
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}