You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
865 B
55 lines
865 B
@page "/Admin/Dashboard"
|
|
|
|
@inject NavigationManager NavManager
|
|
@using System.ComponentModel.DataAnnotations
|
|
@using BWPMModels;
|
|
@*<h3><b>Übersicht</b></h3>
|
|
<p></p>*@
|
|
<style>
|
|
.e-icons {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.e-search:before {
|
|
content: '\e993';
|
|
}
|
|
|
|
.e-upload:before {
|
|
content: '\e725';
|
|
}
|
|
|
|
.e-companylist:before {
|
|
content: '\e71f';
|
|
}
|
|
|
|
.e-font:before {
|
|
content: '\e34c';
|
|
}
|
|
|
|
.e-plus-icon::before {
|
|
content: '\e78f';
|
|
}
|
|
|
|
.e-pager {
|
|
display: none;
|
|
}
|
|
|
|
.btn {
|
|
border-radius: 0;
|
|
height: 24px;
|
|
width: 24px;
|
|
@* background-color: #007BFF; *@
|
|
}
|
|
|
|
.e-copy::before {
|
|
content: '\e77b';
|
|
}
|
|
|
|
.e-btn.e-icon-btn {
|
|
padding: initial;
|
|
}
|
|
</style>
|
|
@code {
|
|
|
|
}
|