From 16c78902cb30256c55b9e6779da1de1c441601a6 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 21 Apr 2022 11:04:58 +0200 Subject: [PATCH] [New] Added strolch-wc-app-style style This provides standard styling for creating applications: - action bar styling - table styling - optimizing paper element for applications See the strolch's mvn archetype template for use --- bower.json | 2 +- strolch-wc-app-style.html | 242 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 243 insertions(+), 1 deletion(-) create mode 100644 strolch-wc-app-style.html diff --git a/bower.json b/bower.json index 859ae3c..b19f645 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-styles", "description": "Strolch WebComponent Styles", - "version": "0.3.1", + "version": "0.4.0", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-app-style.html b/strolch-wc-app-style.html new file mode 100644 index 0000000..ea4bdd3 --- /dev/null +++ b/strolch-wc-app-style.html @@ -0,0 +1,242 @@ + + + + + + + + \ No newline at end of file