Aggiornata grafica

This commit is contained in:
Annamaria Sassi
2025-11-07 16:20:30 +01:00
parent 0e95f51b2b
commit 4edcef86fc
10 changed files with 53 additions and 741 deletions
+4 -4
View File
@@ -37,11 +37,11 @@
}
else
{
<div class="col-md-6 col-sm-12 d-flex flex-column">
<div class="col-md-12 col-lg-6 d-flex flex-column">
<div class="card text-center table-svg shadow rounded">
<div class="card-header" style="background-color: #d5f1f2;">
<div class="row justify-content-between align-middle flex-wrap">
<div class="col-md-6 col-sm-12 d-grid px-2 d-md-flex justify-content-md-start flex-wrap">
<div class="col-md-12 col-lg-6 d-grid px-2 d-md-flex justify-content-md-start flex-wrap">
<ul class="nav nav-tabs card-header-tabs">
<li class="nav-item m-1">
<button data-target="#Tree" class="@tabNavCss(CompileStep.Tree)" @onclick="() => NextStep(CompileStep.Tree)">Tree</button>
@@ -51,7 +51,7 @@
</li>
</ul>
</div>
<div class="col-md-6 col-sm-12 d-grid gap-1 d-md-flex justify-content-md-end align-items-center flex-wrap">
<div class="col-md-12 col-lg-6 d-grid gap-1 d-md-flex justify-content-md-end align-items-center flex-wrap">
<div class="col d-flex justify-content-md-end">
<button class="btn btn-lg btn-primary" style="font-size: 1rem;" @onclick="DoReset">Reset</button>
</div>
@@ -170,7 +170,7 @@
</div>
</div>
</div>
<div class="col-md-6 col-sm-12 d-flex flex-column">
<div class="col-md-12 col-lg-6 d-flex flex-column">
@outSvg
</div>
if (listWarnings != null && listWarnings.Count > 0)