Created the main.sass
This commit is contained in:
parent
c7c19c1efe
commit
ce14a33112
17
webui/src/common/styles/main.sass
Normal file
17
webui/src/common/styles/main.sass
Normal file
@ -0,0 +1,17 @@
|
||||
*
|
||||
box-sizing: border-box
|
||||
|
||||
body, html
|
||||
margin: 0
|
||||
padding: 0
|
||||
background-color: #000
|
||||
height: 100%
|
||||
|
||||
#root
|
||||
height: 100%
|
||||
|
||||
.app
|
||||
position: absolute
|
||||
top: 0
|
||||
left: 0
|
||||
height: 100%
|
Loading…
x
Reference in New Issue
Block a user