Skip to content

Commit 7471611

Browse files
committed
Added a page used to display portfolio details.
1 parent 635e82e commit 7471611

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

WebFrontend/Pages/Index.razor

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
.clear-margin {
1515
margin: 0px;
1616
}
17+
18+
.app-fab--absolute {
19+
position: fixed;
20+
bottom: 1rem;
21+
right: 1rem;
22+
}
23+
1724
</style>
1825
<div class="mat-layout-grid mat-layout-grid-align-center">
1926
<div class="mat-layout-grid-inner center">
@@ -63,6 +70,7 @@
6370
<div class="mat-layout-grid-cell mat-layout-grid-cell-span-3"></div>
6471
</div>
6572
</div>
73+
<MatFAB Class="app-fab--absolute" Icon="@MatIconNames.Add" Label="Add a new entry"></MatFAB>
6674

6775

6876
@code

0 commit comments

Comments
 (0)