Button stylings
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
@using (Html.BeginUmbracoForm<UmbLoginStatusController>("HandleLogout"))
|
||||
{
|
||||
<button href="#" class="btn btn-primary btn-xs">Logout</button>
|
||||
<button href="#" class="btn btn-primary btn-transparent btn-xs">Logout</button>
|
||||
@Html.HiddenFor(m => logoutModel.RedirectUrl)
|
||||
}
|
||||
</div>
|
||||
@@ -29,5 +29,5 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<a href="/membership/login">Login</a>
|
||||
<a href="/membership/login" class="btn btn-default btn-transparent btn-xs" >Login</a>
|
||||
}
|
||||
Reference in New Issue
Block a user