feat(main): Add base theme: This is the falcon theme out of the box.
This commit is contained in:
5
_dev/css/theme/layout/_main.scss
Normal file
5
_dev/css/theme/layout/_main.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.l-main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user