Added a basic Luminus webapp template; not really fleshed that out yet.
This commit is contained in:
parent
36f881586f
commit
cbe6842991
22 changed files with 665 additions and 3 deletions
7
resources/public/css/bootstrap-theme.min.css
vendored
Normal file
7
resources/public/css/bootstrap-theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
resources/public/css/bootstrap.min.css
vendored
Normal file
7
resources/public/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
resources/public/css/screen.css
Normal file
6
resources/public/css/screen.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
html,
|
||||
body {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
height: 100%;
|
||||
padding-top: 40px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue