Browse Source

Remove unused styles section

pull/870/head
Halil ibrahim Kalkan 8 years ago
parent
commit
aee07e52dd
  1. 8
      samples/MicroserviceDemo/applications/AuthServer.Host/Pages/Index.cshtml

8
samples/MicroserviceDemo/applications/AuthServer.Host/Pages/Index.cshtml

@ -2,15 +2,9 @@
@using Volo.Abp.Users @using Volo.Abp.Users
@model AuthServer.Host.Pages.IndexModel @model AuthServer.Host.Pages.IndexModel
@inject ICurrentUser CurrentUser @inject ICurrentUser CurrentUser
@section styles {
<style>
.online-user-info {
}
</style>
}
@if (CurrentUser.IsAuthenticated) @if (CurrentUser.IsAuthenticated)
{ {
<div class="online-user-info"> <div>
<abp-row> <abp-row>
<abp-column size-md="_3" class="text-center"> <abp-column size-md="_3" class="text-center">
<i class="fa fa-user d-block" style="font-size: 10em; color: #12b900"></i> <i class="fa fa-user d-block" style="font-size: 10em; color: #12b900"></i>

Loading…
Cancel
Save