Skip to content

Commit

Permalink
fix: Reduce font size of warning boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Dec 3, 2024
1 parent 42189bd commit 298f076
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

.warning {
border: 1px solid #dea843;
background: #ececc9;
background: #f1f1e6;
padding: 5px;
font-size: 10pt;
}
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 298f076

Please sign in to comment.