This commit is contained in:
2020-05-25 16:07:30 +03:00
parent 0753359f07
commit 13971100cf
55 changed files with 32279 additions and 6964 deletions

View File

@@ -0,0 +1,10 @@
@import 'palette.scss';
@import 'constants.scss';
body {
margin: 0;
font-family: 'Roboto';
overflow-x: hidden;
width: 100vw;
height: 100vh;
}

View File

@@ -0,0 +1,2 @@
$asset_dir: '../../assets';
$fonts_dir: '../../assets/fonts';

View File