1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-29 22:46:22 +07:00
verdaccio-ui/src/styles/core.scss

23 lines
270 B
SCSS
Raw Normal View History

2019-02-03 17:23:33 +07:00
@import "variables";
html,
body {
height: 100%;
}
body {
font-family: $font-family-base;
font-size: $font-size-base;
color: $text-color;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
strong {
font-weight: $font-weight-semibold;
}