This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 298f0765ec fix: Reduce font size of warning boxes
298f0765ec is described below

commit 298f0765eca1f640694237d007023d8b821c38c8
Author: Dominik Riemer <[email protected]>
AuthorDate: Tue Dec 3 08:52:48 2024 +0100

    fix: Reduce font size of warning boxes
---
 .../general-configuration/general-configuration.component.scss      | 3 ++-
 .../dashboard/components/overview/dashboard-overview.component.html | 6 +++---
 .../dashboard/components/overview/dashboard-overview.component.scss | 5 +++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/ui/src/app/configuration/general-configuration/general-configuration.component.scss
 
b/ui/src/app/configuration/general-configuration/general-configuration.component.scss
index 2f5187372e..849872a3c4 100644
--- 
a/ui/src/app/configuration/general-configuration/general-configuration.component.scss
+++ 
b/ui/src/app/configuration/general-configuration/general-configuration.component.scss
@@ -22,6 +22,7 @@
 
 .warning {
     border: 1px solid #dea843;
-    background: #ececc9;
+    background: #f1f1e6;
     padding: 5px;
+    font-size: 10pt;
 }
diff --git 
a/ui/src/app/dashboard/components/overview/dashboard-overview.component.html 
b/ui/src/app/dashboard/components/overview/dashboard-overview.component.html
index 4e5aeee8b7..687671bc98 100644
--- a/ui/src/app/dashboard/components/overview/dashboard-overview.component.html
+++ b/ui/src/app/dashboard/components/overview/dashboard-overview.component.html
@@ -47,9 +47,9 @@
             <div class="warning" fxLayout="row" fxLayoutAlign="start center">
                 <i class="material-icons warning-icon">warning</i>
                 <span
-                    >Warning: The Live Dashboard will be removed in future
-                    versions. The live refresh feature has been integrated into
-                    the Data Explorer. Please migrate your current dashboards 
to
+                    >The live refresh feature has been integrated into the Data
+                    Explorer. The original Live Dashboard will be removed in
+                    future versions. Please migrate your current dashboards to
                     the Data Explorer!</span
                 >
             </div>
diff --git 
a/ui/src/app/dashboard/components/overview/dashboard-overview.component.scss 
b/ui/src/app/dashboard/components/overview/dashboard-overview.component.scss
index 74f138c8b1..066c70c1c9 100644
--- a/ui/src/app/dashboard/components/overview/dashboard-overview.component.scss
+++ b/ui/src/app/dashboard/components/overview/dashboard-overview.component.scss
@@ -38,15 +38,16 @@
 
 .warning {
     border: 1px solid #dea843;
-    background: #ececc9;
+    background: #f1f1e6;
     padding: 10px;
     display: flex;
     align-items: center;
     gap: 8px;
     box-sizing: border-box;
+    font-size: 10pt;
 }
 
 .warning-icon {
     color: #dea843;
-    font-size: 24px;
+    font-size: 18px;
 }

Reply via email to