lunasqu.ee-nuxt/assets/styles/index.scss

45 lines
589 B
SCSS
Raw Normal View History

2022-10-15 15:20:33 +00:00
@use '@/assets/iconfont/css/lunasquee-site.css';
@use 'components/index';
@use 'helpers';
*,
*::before,
*::after {
box-sizing: border-box;
}
html,
body {
margin: 0;
height: 100%;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
margin: 0;
}
a {
color: $a-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
footer {
overflow: hidden;
background-color: $gray-1;
color: #fff;
text-align: center;
}