initial (sorta) commit
This commit is contained in:
18
src/assets/stylesheets/app.scss
Normal file
18
src/assets/stylesheets/app.scss
Normal file
@ -0,0 +1,18 @@
|
||||
* {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
background-color: #232323;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
Reference in New Issue
Block a user