Files
doneit-web/src/app/components/calendar/calendar.component.scss
T
2020-09-10 09:48:37 +01:00

20 lines
325 B
SCSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Quicksand", sans-serif;
}
html {
font-size: 62.5%;
}
.container {
width: 100%;
height: 100vh;
background-color: #12121f;
color: #eee;
display: flex;
justify-content: center;
align-items: center;
}