From ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Mar 2022 12:09:03 +0430 Subject: wip --- spring-front/public/index.css | 52 --------------------------------------- spring-front/public/index.html | 7 ------ spring-front/public/manifest.json | 8 ++++++ spring-front/public/robots.txt | 3 +++ spring-front/src/index.css | 37 ++++++++++++++++++++++++++++ spring-front/src/index.js | 1 + 6 files changed, 49 insertions(+), 59 deletions(-) delete mode 100644 spring-front/public/index.css create mode 100644 spring-front/public/manifest.json create mode 100644 spring-front/public/robots.txt create mode 100644 spring-front/src/index.css diff --git a/spring-front/public/index.css b/spring-front/public/index.css deleted file mode 100644 index 89813c7..0000000 --- a/spring-front/public/index.css +++ /dev/null @@ -1,52 +0,0 @@ -body { - color: #005f87; - background: #000000; - font-family: "DejaVuSansMono NF", Helvetica, monospace; - height: 95vh; - width: 95vw; -} - -.article{$ - text-align: left; - padding: 2%; - border-style: solid; - position: relative; - white-space: -moz-pre-wrap !important; - color: #005f87; - background: #000000; - font-family: "DejaVuSansMono NF", Helvetica, monospace; - overflow-wrap: break-word; - float: left; - /* width: 78%; */ - width: 95%; -} - -a { - color: #005f87; - text-decoration: none; -} - -hr { - color: #005f87; -} - -.left-footer { - float: left; -} - -.right-footer { - float: right; -} - -.editor { - background: #000000; - color: #ffffff; - width: 40%; - max-width: 40%; - height: 90%; - max-height: 90%; -} - -div.code { - white-space: pre; -} diff --git a/spring-front/public/index.html b/spring-front/public/index.html index 804f336..aa0134b 100644 --- a/spring-front/public/index.html +++ b/spring-front/public/index.html @@ -11,13 +11,6 @@ > -