layout, mdi, static menu & page, font, ...
This commit is contained in:
28
src/assets/layout.scss
Normal file
28
src/assets/layout.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
html,body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
#app {
|
||||
box-sizing: border-box;
|
||||
max-width: 1920px;
|
||||
height: 100vh;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
|
||||
font-weight: normal;
|
||||
|
||||
display: flex;
|
||||
flex-flow: column-reverse;
|
||||
}
|
||||
|
||||
#header{
|
||||
flex: 0 0 5rem;
|
||||
}
|
||||
|
||||
#main-content{
|
||||
flex: 1 1 auto;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user