From 9653cb267a562cc1066ebd547b5b318fe969e0fb Mon Sep 17 00:00:00 2001 From: d10s <79284025+D10S0VSkY-OSS@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:29:21 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=A7refactor:=20ui=20modal=20output?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/base/static/assets/css/volt.css | 31 +++++++++++++++++-- .../app/home/templates/deploys-list.html | 4 +-- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/sld-dashboard/app/base/static/assets/css/volt.css b/sld-dashboard/app/base/static/assets/css/volt.css index 361b11b9..3ec33371 100644 --- a/sld-dashboard/app/base/static/assets/css/volt.css +++ b/sld-dashboard/app/base/static/assets/css/volt.css @@ -41711,9 +41711,26 @@ pre { word-wrap: break-word; } -.plus { color: #54C571; } -.minus { color: #C34A2C; } -.tilde { color: #6698FF; } +.plus { + color: #54C571; + font-size: medium; + font-family: "Courier New"; + } +.minus { + color: #C34A2C; + font-size: medium; + font-family: "Courier New"; + } +.tilde { + color: #6698FF; + font-size: medium; + font-family: "Courier New"; + } +.others { + color: whitesmoke; + font-size: medium; + font-family: "Courier New"; + } .modal-black-background { background-color: black; @@ -41724,3 +41741,11 @@ pre { direction: rtl; /* Right-to-left */ text-align: right; /* For good measure, in case of LTR content */ } + +.modal-output { + position: relative; + flex: 1 1 auto; + padding: 1rem; + background-color: #040720; + color: #fff; +} \ No newline at end of file diff --git a/sld-dashboard/app/home/templates/deploys-list.html b/sld-dashboard/app/home/templates/deploys-list.html index 6739eb0b..cef76639 100644 --- a/sld-dashboard/app/home/templates/deploys-list.html +++ b/sld-dashboard/app/home/templates/deploys-list.html @@ -245,7 +245,7 @@