Skip to content

Commit

Permalink
Add the gartenplus theme
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jul 18, 2024
1 parent 7906390 commit bfcf659
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/frontend/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<!--
This file is auto-generated by Vaadin.
-->

<html>
<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>
1 change: 1 addition & 0 deletions src/main/frontend/themes/gartenplus/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* GartenPlus theme */
3 changes: 3 additions & 0 deletions src/main/frontend/themes/gartenplus/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": 3
}

0 comments on commit bfcf659

Please sign in to comment.