Skip to content

Commit

Permalink
Removed legend border
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Mar 26, 2024
1 parent 83ce3d2 commit 4852472
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</small>
</div>
<div class="d-flex flex-row z-index-1">
<div class="legend-bars border border-dark border-1 rounded bg-primary m-1"></div>
<div class="legend-bars rounded bg-primary m-1"></div>
<div class="d-flex flex-row justify-content-between w-100">
<small *ngIf="gasTotalProfileA != 0 else missingTank" class="text-start text-muted">
Gas remaining:
Expand All @@ -48,7 +48,7 @@
</small>
</div>
<div class="d-flex flex-row">
<div class="legend-bars border border-dark border-2 rounded bg-warning m-1"></div>
<div class="legend-bars rounded bg-warning m-1"></div>
<div class="d-flex flex-row justify-content-between w-100">
<small *ngIf="gasTotalProfileA != 0 else whiteSpace" class="text-start text-muted">
Reserve:
Expand Down

0 comments on commit 4852472

Please sign in to comment.