mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 22:54:45 +00:00
24 lines
598 B
SCSS
24 lines
598 B
SCSS
@use "variables";
|
|
|
|
// base
|
|
.#{variables.$ms-prefix} {
|
|
display: inline-block;
|
|
font: normal normal normal variables.$ms-font-size-base Mana;
|
|
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;
|
|
|
|
--ms-mana-b: #a7999e;
|
|
--ms-mana-c: #d0c6bb;
|
|
--ms-mana-g: #9fcba6; //#9ba;
|
|
--ms-mana-r: #f19b79;
|
|
--ms-mana-u: #bcdaf7;
|
|
--ms-mana-w: #fdfbce;
|
|
} |