Newer
Older
vmk-ui-kit / src / scss / kit.scss
@use "fonts";
@use "kit-deps" as *;
@use "motion";
@use "utils";

* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: $surface-page;
  color: $color-text-light;
}

.ph.normalize {
  position: relative;
  top: 0.15em;
}