From 2e5d8f29926ff4a8e43fe2edd2d7d668193eb7e8 Mon Sep 17 00:00:00 2001 From: stingl Date: Mon, 30 Aug 2021 12:45:25 +0200 Subject: [PATCH] add portalswitcher --- css/app.css | 12 ++++++++++++ index.html | 48 +++++++++++++++++++++++++++++++++++++++++++++++- js/app.js | 12 ++++++++++-- 3 files changed, 69 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 5229d70..7616edb 100644 --- a/css/app.css +++ b/css/app.css @@ -138,4 +138,16 @@ nav, .card { .bottom-menu-item { width: 100%; +} + +.btn-switcher { + width: 100%; +} + +.container { + margin-top: 1em; +} + +.form-control { + margin-bottom: 1em; } \ No newline at end of file diff --git a/index.html b/index.html index 26df0a9..db88902 100644 --- a/index.html +++ b/index.html @@ -93,7 +93,7 @@ - + + + + + + +
@@ -406,6 +441,17 @@
+
+ + + +