From 551d57a6c9f216f0a8ac8e3f186fc8fdd19fadff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 30 Nov 2021 20:43:06 +0100 Subject: [PATCH] [ui] remove unused public.css --- ui/public/global.css | 63 -------------------------------------------- ui/public/index.html | 25 +++++++++--------- 2 files changed, 13 insertions(+), 75 deletions(-) delete mode 100644 ui/public/global.css diff --git a/ui/public/global.css b/ui/public/global.css deleted file mode 100644 index bb28a94..0000000 --- a/ui/public/global.css +++ /dev/null @@ -1,63 +0,0 @@ -html, body { - position: relative; - width: 100%; - height: 100%; -} - -body { - color: #333; - margin: 0; - padding: 8px; - box-sizing: border-box; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -} - -a { - color: rgb(0,100,200); - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -a:visited { - color: rgb(0,80,160); -} - -label { - display: block; -} - -input, button, select, textarea { - font-family: inherit; - font-size: inherit; - -webkit-padding: 0.4em 0; - padding: 0.4em; - margin: 0 0 0.5em 0; - box-sizing: border-box; - border: 1px solid #ccc; - border-radius: 2px; -} - -input:disabled { - color: #ccc; -} - -button { - color: #333; - background-color: #f4f4f4; - outline: none; -} - -button:disabled { - color: #999; -} - -button:not(:disabled):active { - background-color: #ddd; -} - -button:focus { - border-color: #666; -} diff --git a/ui/public/index.html b/ui/public/index.html index 4dbd7c8..b1819a9 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -1,18 +1,19 @@ - - - - UpEnd + + + - - - + UpEnd - - + + - - - + + + + + + + \ No newline at end of file