neotel-website/styles.scss

42 lines
403 B
SCSS

---
---
*,
*:before,
*:after
{
box-sizing: border-box;
}
html,
body
{
min-height: 100vh;
height: auto;
width: 100%;
min-width: 100vw;
max-width: 100vw;
margin: 0;
padding: 0;
font-family: sans-serif;
}
.container
{
height: 100%;
min-height: 100vh;
width: 100%;
min-width: 100vw;
max-width: 100vw;
padding: 1rem;
}
@import 'nav';
@import 'table';
@import 'utils';
@import 'index';