From 6686adc4d60c4f419c3f45fc9f89668deb7984d3 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Mon, 29 Jul 2024 22:10:18 +0200 Subject: [PATCH] unused css --- src/App/App.css | 3 +- src/App/flow.css | 83 ------------------------------------------------ 2 files changed, 2 insertions(+), 84 deletions(-) delete mode 100644 src/App/flow.css diff --git a/src/App/App.css b/src/App/App.css index 0f3b182d..12ed357c 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -3062,4 +3062,5 @@ span{ div.timeline-item.moretop div div.row.align-items-center div.col p{ text-align: left; - } \ No newline at end of file + } + \ No newline at end of file diff --git a/src/App/flow.css b/src/App/flow.css deleted file mode 100644 index 8ec0c224..00000000 --- a/src/App/flow.css +++ /dev/null @@ -1,83 +0,0 @@ -body { - margin: 0; - background-color: #f8f8f8; - font-family: Inter, Avenir, Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 24px; - font-weight: 400; -} - -html, -body, -#root { - height: 100%; -} - -.header { - color: #cdcdcd; -} - -.react-flow__node-mindmap { - background: white; - border-radius: 2px; - border: none; - padding: 6px 10px; - font-weight: 700; -} - -.react-flow__handle.target { - top: 50%; - pointer-events: none; - opacity: 0; -} - -.react-flow__handle.source { - top: 0; - left: 0; - transform: none; - background: #f6ad55; - height: 100%; - width: 100%; - border-radius: 2px; - border: none; -} - -.react-flow .react-flow__connectionline { - z-index: 0; -} - -.inputWrapper { - display: flex; - height: 20px; - z-index: 1; - position: relative; - pointer-events: none; -} - -.dragHandle { - background: transparent; - width: 14px; - height: 100%; - margin-right: 4px; - display: flex; - align-items: center; - pointer-events: all; -} - -.input { - border: none; - padding: 0 2px; - border-radius: 1px; - font-weight: 700; - background: transparent; - height: 100%; - color: #222; - pointer-events: none; -} - -.input:focus { - border: none; - outline: none; - background: rgba(255, 255, 255, 0.25); - pointer-events: all; -} -- GitLab