parent
6c674845b3
commit
f112af549e
@ -1,4 +1,5 @@ |
||||
eclipse.preferences.version=1 |
||||
encoding//src/main/java=UTF-8 |
||||
encoding//src/main/resources=UTF-8 |
||||
encoding//src/test/java=UTF-8 |
||||
encoding/<project>=UTF-8 |
||||
|
||||
@ -0,0 +1,23 @@ |
||||
<!DOCTYPE html> |
||||
<!-- |
||||
This file is auto-generated by Vaadin. |
||||
--> |
||||
|
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
||||
<style> |
||||
body, #outlet { |
||||
height: 100vh; |
||||
width: 100%; |
||||
margin: 0; |
||||
} |
||||
</style> |
||||
<!-- index.ts is included here automatically (either by the dev server or during the build) --> |
||||
</head> |
||||
<body> |
||||
<!-- This outlet div is where the views are rendered --> |
||||
<div id="outlet"></div> |
||||
</body> |
||||
</html> |
||||
@ -0,0 +1 @@ |
||||
@import url('line-awesome/dist/line-awesome/css/line-awesome.min.css'); |
||||
@ -0,0 +1,3 @@ |
||||
{ |
||||
"lumoImports" : [ "typography", "color", "spacing", "badge", "utility" ] |
||||
} |
||||
Loading…
Reference in new issue