commas
This commit is contained in:
10
frontend/src/style/RootContainer.scss
Normal file
10
frontend/src/style/RootContainer.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
@import 'palette.scss';
|
||||
@import 'constants.scss';
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Roboto';
|
||||
overflow-x: hidden;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
2
frontend/src/style/constants.scss
Normal file
2
frontend/src/style/constants.scss
Normal file
@@ -0,0 +1,2 @@
|
||||
$asset_dir: '../../assets';
|
||||
$fonts_dir: '../../assets/fonts';
|
||||
0
frontend/src/style/palette.scss
Normal file
0
frontend/src/style/palette.scss
Normal file
Reference in New Issue
Block a user