added vaadin frontend theme files.

master
Markus Kreth 4 years ago
parent 6c674845b3
commit f112af549e
  1. 2
      .gitignore
  2. 1
      .settings/org.eclipse.core.resources.prefs
  3. 23
      frontend/index.html
  4. 1
      frontend/themes/trainerinvoice/styles.css
  5. 3
      frontend/themes/trainerinvoice/theme.json

2
.gitignore vendored

@ -9,7 +9,7 @@ buildNumber.properties
.mvn/timing.properties .mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar .mvn/wrapper/maven-wrapper.jar
frontend/ frontend/generated/
node_modules/ node_modules/

@ -1,4 +1,5 @@
eclipse.preferences.version=1 eclipse.preferences.version=1
encoding//src/main/java=UTF-8 encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8 encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding/<project>=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…
Cancel
Save