main layout and template
This commit is contained in:
11
dashboard_static/style/style.css
Normal file
11
dashboard_static/style/style.css
Normal file
@@ -0,0 +1,11 @@
|
||||
body, html, .container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: #292929;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user