mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
34 lines
367 B
SCSS
34 lines
367 B
SCSS
@import '~components/ui/colors.scss';
|
|
@import '~components/ui/fonts.scss';
|
|
|
|
html,
|
|
body,
|
|
:global(.app) {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
font-family: $font-family-base;
|
|
background: $light;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
p {
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|