2024-10-29 02:13:17 +00:00
|
|
|
@use "variables";
|
|
|
|
|
2020-09-03 17:42:58 +00:00
|
|
|
// base
|
|
|
|
|
2024-10-29 02:13:17 +00:00
|
|
|
.#{variables.$ms-prefix} {
|
2017-03-23 07:56:41 +00:00
|
|
|
display: inline-block;
|
2024-10-29 02:13:17 +00:00
|
|
|
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;
|
2020-09-03 17:42:58 +00:00
|
|
|
}
|