accounts-frontend/src/index.scss

40 lines
404 B
SCSS
Raw Normal View History

@import '~components/ui/colors.scss';
@import '~components/ui/fonts.scss';
2016-01-04 02:48:42 +05:30
html,
body,
:global(.app) {
height: 100%;
margin: 0;
padding: 0;
2016-01-03 14:41:08 +05:30
}
body {
font-family: $font-family-base;
background: $light;
}
b {
font-weight: 500;
}
a {
text-decoration: none;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-weight: normal;
line-height: 1;
padding: 0;
margin: 0;
}