Skip to content

Commit b624b46

Browse files
author
Ryan
committed
fixed missing ##LoginArea but removed its stylings (replaced by BSB Admin 'card' styles)
1 parent 6790b8c commit b624b46

File tree

5 files changed

+4
-19
lines changed

5 files changed

+4
-19
lines changed

angular/src/account/account.component.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@
1010
a {
1111
cursor: pointer;
1212
}
13-
}
14-
15-
div#LoginArea {
16-
margin-top: 0px !important;
17-
max-width: 400px;
18-
margin: 120px auto 10px auto;
1913
}

angular/src/account/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="card" [@routerTransition]>
1+
<div class="card" id="LoginArea" [@routerTransition]>
22
<div #cardBody class="body">
33
<form #loginForm="ngForm" id="LoginForm" method="post" novalidate (ngSubmit)="login()">
44
<h4 class="text-center">{{l("LogIn")}}</h4>

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account/Login.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<script src="~/view-resources/Views/Account/Login.min.js" asp-append-version="true"></script>
2424
</environment>
2525
}
26-
<div class="card">
26+
<div class="card" id="LoginArea">
2727
<div class="body">
2828
<form id="LoginForm" asp-action="Login" method="post">
2929
<input type="hidden" name="returnUrl" value="@Model.ReturnUrl" />

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Account/Login.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#LoginArea {
2-
max-width: 400px;
3-
margin: 120px auto 10px auto;
4-
}
5-
.social-icons {
1+
.social-icons {
62
padding-left: 0px;
73
}
84
.social-icons a.btn-sm {

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Account/Login.less

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
#LoginArea {
2-
max-width: 400px;
3-
margin: 120px auto 10px auto;
4-
}
5-
6-
.social-icons {
1+
.social-icons {
72
padding-left: 0px;
83

94
a.btn-sm {

0 commit comments

Comments
 (0)